Skip to content

Instantly share code, notes, and snippets.

@dnerdy
Created October 5, 2011 01:54
Show Gist options
  • Save dnerdy/1263420 to your computer and use it in GitHub Desktop.
Save dnerdy/1263420 to your computer and use it in GitHub Desktop.
Setup virtualenvwrapper environment variables
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