Skip to content

Instantly share code, notes, and snippets.

@Teqqles
Created March 2, 2018 13:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Teqqles/84bd4fac0473699b837fb5dc77cf4f3b to your computer and use it in GitHub Desktop.
Save Teqqles/84bd4fac0473699b837fb5dc77cf4f3b to your computer and use it in GitHub Desktop.
Install Python 3.6 + PIP on Ubuntu 14.04/16.04
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.6

curl https://bootstrap.pypa.io/get-pip.py | sudo python3.6
@TE-MichelleKuo
Copy link

Thanks for this script. It works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment