Skip to content

Instantly share code, notes, and snippets.

@serbernar
Created January 25, 2018 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serbernar/13be30221f487752af3ae612b6487686 to your computer and use it in GitHub Desktop.
Save serbernar/13be30221f487752af3ae612b6487686 to your computer and use it in GitHub Desktop.
sudo pip install virtualenvwrapper
echo 'export WORKON_HOME=$HOME/.virtualenvs
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python' >> .bashrc
mkdir .virtualenvs
source .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment