Skip to content

Instantly share code, notes, and snippets.

@63phc
Created May 22, 2017 14:36
Show Gist options
  • Save 63phc/916f093349f71f2df515f8f4fe9d4d91 to your computer and use it in GitHub Desktop.
Save 63phc/916f093349f71f2df515f8f4fe9d4d91 to your computer and use it in GitHub Desktop.
pip3 install virtualenv
pip3 install virtualenvwrapper
export WORKON_HOME=~/Envs
mkdir -p $WORKON_HOME
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment