Skip to content

Instantly share code, notes, and snippets.

@neosergio
Last active December 19, 2015 17:28
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 neosergio/5991354 to your computer and use it in GitHub Desktop.
Save neosergio/5991354 to your computer and use it in GitHub Desktop.
This is useful when you want to have many versions of python libraries, you can add this lines into ~/.profile
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/directory-you-do-development-in
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment