.bash_profile needed for virtualenvwrapper
Closed this issue · 0 comments
nemesifier commented
The following is needed in .bash_profile
:
# enable virtualenvwrapper
source /usr/local/bin/virtualenvwrapper.sh
Otherwise the update procedure doesn't work because workon
command is not found.