Skip to content

Instantly share code, notes, and snippets.

@blturner
Created March 7, 2013 22:22
Show Gist options
  • Save blturner/5112367 to your computer and use it in GitHub Desktop.
Save blturner/5112367 to your computer and use it in GitHub Desktop.
My virtualenv + virtualenvwrapper setup
# VIRTUALENV
export WORKON_HOME=$HOME/.virtualenvs
export VIRTUALENVWRAPPER_PYTHON=/usr/local/Cellar/python/2.7.3/bin/python
export PIP_VIRTUALENV_BASE=$WORKON_HOME
export PIP_RESPECT_VIRTUALENV=true
source /usr/local/share/python/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment