Skip to content

Instantly share code, notes, and snippets.

@helloworld
Created October 7, 2015 15:55
Show Gist options
  • Save helloworld/ec46b8f640ec61206c92 to your computer and use it in GitHub Desktop.
Save helloworld/ec46b8f640ec61206c92 to your computer and use it in GitHub Desktop.
mkdir ~/virtualenvs
echo 'export WORKON_HOME=~/virtualenvs' >> ~/.bashrc
echo 'source /usr/local/bin/virtualenvwrapper.sh' >> ~/.bashrc
echo 'export PIP_VIRTUALENV_BASE=~/virtualenvs' >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment