Created
October 5, 2011 01:54
-
-
Save dnerdy/1263420 to your computer and use it in GitHub Desktop.
Setup virtualenvwrapper environment variables
This file contains 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
cat >> ~/.profile <<EOF | |
mkdir -p $HOME/.virtualenvs | |
export WORKON_HOME=$HOME/.virtualenvs | |
source $(which virtualenvwrapper.sh) | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment