Mezzanine Debian Django Virtualenv Postgresql Install

mkdir ~/.virtualenvs sudo pip install virtualenv sudo pip install virtualenvwrapper This creates the directory in which your virtual environments will live, and can be any directory (hidden or not). The default is as above. The second step is to tweak your .bashrc file by adding the following: export WORKON_HOME=$HOME/.virtualenvs source …