Skip to content

Instantly share code, notes, and snippets.

@neotheicebird
Created February 15, 2014 17:33
Show Gist options
  • Save neotheicebird/9022430 to your computer and use it in GitHub Desktop.
Save neotheicebird/9022430 to your computer and use it in GitHub Desktop.
To work on multiple versions of django - Setup virtualenv and install django in a virtual environment
export WORKON_HOME = ~/Envs
mkdir -p $WORKON_HOME
source virtualenvwrapper.sh
mkvirtualenv django
pip install django
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment