ninuxorg/nodeshot-fabfile

.bash_profile needed for virtualenvwrapper

Closed this issue · 0 comments

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.