Skip to content

Instantly share code, notes, and snippets.

@vojd
Created November 19, 2020 20:25
Show Gist options
  • Save vojd/cdc7adb3f60e7651bd5ce160b4c46653 to your computer and use it in GitHub Desktop.
Save vojd/cdc7adb3f60e7651bd5ce160b4c46653 to your computer and use it in GitHub Desktop.
Install python3.7 on ubuntu20.04
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment