Skip to content

Instantly share code, notes, and snippets.

@subfuzion
Created January 16, 2022 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subfuzion/3370f80095ac44cfc887fcde9f31c43e to your computer and use it in GitHub Desktop.
Save subfuzion/3370f80095ac44cfc887fcde9f31c43e to your computer and use it in GitHub Desktop.
Install Python 3.9 on Ubuntu
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment