Skip to content

Instantly share code, notes, and snippets.

@blturner
Created December 4, 2013 00:20
Show Gist options
  • Save blturner/7780196 to your computer and use it in GitHub Desktop.
Save blturner/7780196 to your computer and use it in GitHub Desktop.
# VIRTUALENV
export WORKON_HOME=$HOME/.virtualenvs
export VIRTUALENVWRAPPER_PYTHON=/usr/local/Cellar/python/2.7.5/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