Skip to content

Instantly share code, notes, and snippets.

@dco5
Created March 7, 2018 23:23
Show Gist options
  • Save dco5/bc4a044efea4ef17cfe90d9bef50bf01 to your computer and use it in GitHub Desktop.
Save dco5/bc4a044efea4ef17cfe90d9bef50bf01 to your computer and use it in GitHub Desktop.
Install python 3.6
# Ubuntu 14.04 and 16.04
If you are using Ubuntu 14.04 or 16.04, you can use Felix Krull's deadsnakes PPA at https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa:
`sudo add-apt-repository ppa:deadsnakes/ppa`
`sudo apt-get update`
`sudo apt-get install python3.6`
###Alternatively, you can use J Fernyhough's PPA at https://launchpad.net/~jonathonf/+archive/ubuntu/python-3.6:
`sudo add-apt-repository ppa:jonathonf/python-3.6`
`sudo apt-get update`
`sudo apt-get install python3.6`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment