Skip to content

Instantly share code, notes, and snippets.

@oversize
Created August 17, 2010 08:30
Show Gist options
  • Save oversize/528964 to your computer and use it in GitHub Desktop.
Save oversize/528964 to your computer and use it in GitHub Desktop.
alias dj='python manage.py'
alias djsync='dj syncdb'
alias djrun='dj runserver'
export WORKON_HOME=~/.venvs
export PIP_RESPECT_VIRTUALENV=true
export PIP_REQUIRE_VIRTUALENV=true
export PIP_VIRTUALENV_BASE=$WORKON_HOME
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment