Skip to content

Instantly share code, notes, and snippets.

@iezg
Created October 28, 2012 13:00
Show Gist options
  • Save iezg/3968533 to your computer and use it in GitHub Desktop.
Save iezg/3968533 to your computer and use it in GitHub Desktop.
Django + Virtualenvwrapper
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
mkvirtualenv cool_stuff
pip install requeriments.txt
pip install virtualenv
pip install virtualenvwrapper
Django
redis
requests
django_admin.py startproject cool_stuff
pip install -U -r requeriments.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment