Skip to content

Instantly share code, notes, and snippets.

@drillan
Last active November 15, 2017 05:45
Show Gist options
  • Save drillan/71aab0a37b413be66bedf6c011d7cd37 to your computer and use it in GitHub Desktop.
Save drillan/71aab0a37b413be66bedf6c011d7cd37 to your computer and use it in GitHub Desktop.
Install Python3.6 for Ubuntu
sudo apt install -y software-properties-common
sudo add-apt-repository -y ppa:jonathonf/python-3.6
sudo apt update
sudo apt install -y python3-pip python3-dev
sudo apt install -y python3.6 python3.6-dev python3.6-venv
wget https://bootstrap.pypa.io/get-pip.py
sudo python3.6 get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment