Skip to content

Instantly share code, notes, and snippets.

@Victoriapm
Last active September 27, 2019 15:22
Show Gist options
  • Select an option

  • Save Victoriapm/ecf3c8fe68d41442ba287f2db5e883a5 to your computer and use it in GitHub Desktop.

Select an option

Save Victoriapm/ecf3c8fe68d41442ba287f2db5e883a5 to your computer and use it in GitHub Desktop.
Python 3.7 installation (Ubuntu)
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.7
#Verification: should return Python 3.7.x
python3.7 --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment