Skip to content

Instantly share code, notes, and snippets.

@lhotakj
Last active October 15, 2019 07:27
Show Gist options
  • Save lhotakj/3f4da6a71efdb5bb21d60e22417583ce to your computer and use it in GitHub Desktop.
Save lhotakj/3f4da6a71efdb5bb21d60e22417583ce to your computer and use it in GitHub Desktop.
ubuntu - install python3.6
sudo apt-get update -y
sudo apt-get install python3.6 -y
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update -y
sudo apt-get install python3.6 -y
sudo apt install python3-pip -y
# go to /usr/bin and edit pip3 to point to 3.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment