Skip to content

Instantly share code, notes, and snippets.

@MrMe42
Created June 17, 2018 03:52
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 MrMe42/0fba3e8a9db1d1e1f746d0b498f87309 to your computer and use it in GitHub Desktop.
Save MrMe42/0fba3e8a9db1d1e1f746d0b498f87309 to your computer and use it in GitHub Desktop.
wget http://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz`
tar -xzvf Python-3.6.5.tgz
cd Python-3.6.5
./configure --prefix=$HOME/local/python
make
make install
export PATH=$HOME/local/python/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment