source virtualenvwrapper to enable workon commands

This commit is contained in:
Viktor Barzin 2023-05-19 12:17:42 +00:00
parent 7d2785a280
commit 090766cab0
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

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