Created
July 23, 2017 18:36
-
-
Save curious725/d2c02b7e172ea5a6bc0b8b9e1dd163eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| sudo apt-get -y install build-essential checkinstall | |
| sudo apt-get -y install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev | |
| wget https://www.python.org/ftp/python/2.7.13/Python-2.7.13.tgz | |
| tar xzf Python-2.7.13.tgz | |
| cd Python-2.7.13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment