Skip to content

Instantly share code, notes, and snippets.

@nazt
Last active April 1, 2020 05: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 nazt/f5fecb5e49d90a78e52ead169eceb817 to your computer and use it in GitHub Desktop.
Save nazt/f5fecb5e49d90a78e52ead169eceb817 to your computer and use it in GitHub Desktop.
installpython.sh
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
sudo pip3 install -U virtualenv
sudo pip3 install -U virtualenvwrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment