Skip to content

Instantly share code, notes, and snippets.

@hexvolt
Created July 8, 2017 19:31
Show Gist options
  • Save hexvolt/874b3c94ff6062db3d16d764090c5a8d to your computer and use it in GitHub Desktop.
Save hexvolt/874b3c94ff6062db3d16d764090c5a8d to your computer and use it in GitHub Desktop.
Install Python 3.6.1
sudo apt-get -y install libbz2-dev liblzma-dev libsqlite3-dev libncurses5-dev libgdbm-dev zlib1g-dev libreadline-dev libssl-dev tk-dev build-essential libncursesw5-dev libc6-dev openssl
./configure
make
make test
sudo make altinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment