Skip to content

Instantly share code, notes, and snippets.

@neosergio
Last active December 19, 2015 17:28
Show Gist options
  • Select an option

  • Save neosergio/5991354 to your computer and use it in GitHub Desktop.

Select an option

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