Skip to content

Instantly share code, notes, and snippets.

@carver
Created October 28, 2018 09:55
Show Gist options
  • Save carver/4562afcf0529a91c7d9d626821b4b66e to your computer and use it in GitHub Desktop.
Save carver/4562afcf0529a91c7d9d626821b4b66e to your computer and use it in GitHub Desktop.
Installing Python 3.7 from source
# roughly
wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz
tar xf Python-3*
cd Python-3*
./configure
make
make altinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment