Skip to content

Instantly share code, notes, and snippets.

@jgcasta
Created December 26, 2016 15:12
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 jgcasta/273eb9c301b406b5b3fcafe0d956f966 to your computer and use it in GitHub Desktop.
Save jgcasta/273eb9c301b406b5b3fcafe0d956f966 to your computer and use it in GitHub Desktop.
Python 3.6 install
wget https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tgz
tar xvf Python-3.6.0.tgz
cd Python-3.6.0
./configure --enable-optimizations
make -j8
sudo make altinstall
python3.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment