Skip to content

Instantly share code, notes, and snippets.

@alokm
Created August 3, 2019 01:39
Show Gist options
  • Save alokm/67ceed001c0a46a2634a519422cc83b5 to your computer and use it in GitHub Desktop.
Save alokm/67ceed001c0a46a2634a519422cc83b5 to your computer and use it in GitHub Desktop.
Install dependencies for building Python 3.7.x source
$ sudo apt update -y
$ sudo apt install -y software-properties-common
$ 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