Closed curtjen closed 10 years ago
Directions for fixing this can be found here: http://virtualenvwrapper.readthedocs.org/en/latest/install.html
But more specifically with adding the following to your .bashrc or .zshrc file (shell startup file):
.bashrc
.zshrc
export WORKON_HOME=$HOME/.virtualenvs export PROJECT_HOME=$HOME/Devel source /usr/local/bin/virtualenvwrapper.sh
9ea9654
Directions for fixing this can be found here: http://virtualenvwrapper.readthedocs.org/en/latest/install.html
But more specifically with adding the following to your
.bashrc
or.zshrc
file (shell startup file):