source virtualenvwrapper to enable workon commands

This commit is contained in:
Viktor Barzin 2023-05-19 12:17:42 +00:00
parent 0598930d5e
commit d67e39f3f7

2
.zshrc
View file

@ -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