Skip to content

Instantly share code, notes, and snippets.

@simonjisu
Last active June 9, 2019 08:38
Show Gist options
  • Save simonjisu/965bf3a284259104313a8f19f0c5ad55 to your computer and use it in GitHub Desktop.
Save simonjisu/965bf3a284259104313a8f19f0c5ad55 to your computer and use it in GitHub Desktop.
wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz
tar xf Python-3.6.5.tar.xz
cd Python-3.6.5
./configure && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment