Skip to content

Instantly share code, notes, and snippets.

@emranweb
Created April 14, 2017 04:05
Show Gist options
  • Save emranweb/7ea006c4c839849ca9c1f1b4c1a3c45f to your computer and use it in GitHub Desktop.
Save emranweb/7ea006c4c839849ca9c1f1b4c1a3c45f to your computer and use it in GitHub Desktop.
Install Pythone in Ubutu/ Elementary PC
You can install Python 3.6 on Ubuntu 16.04 using this PPA.
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt update
sudo apt install python3.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment