Skip to content

Instantly share code, notes, and snippets.

@gorhack
Last active January 8, 2016 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gorhack/28f5e556a9eaf495f25f to your computer and use it in GitHub Desktop.
Save gorhack/28f5e556a9eaf495f25f to your computer and use it in GitHub Desktop.
modify bash_profile on Mac OS X to work with virtual environments
export WORKON_HOME=~/Documents/Development/virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment