From 090766cab00f1e45c0f17c20a96fd7ae678d1bc6 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Fri, 19 May 2023 12:17:42 +0000 Subject: [PATCH] source virtualenvwrapper to enable workon commands --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7115e14..58d92ea 100644 --- a/.zshrc +++ b/.zshrc @@ -116,7 +116,7 @@ fi # PATH="$PYENV_ROOT/bin:$PATH" #eval "$(pyenv init -)" -# source /usr/local/bin/virtualenvwrapper.sh +source /usr/local/bin/virtualenvwrapper.sh # eval ssh-agent > /dev/null # VIRTUALENVWRAPPER_PYTHON=python3 export PYTHONBREAKPOINT=ipdb.set_trace