Last active
December 19, 2015 17:28
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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