Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save curious725/d2c02b7e172ea5a6bc0b8b9e1dd163eb to your computer and use it in GitHub Desktop.

Select an option

Save curious725/d2c02b7e172ea5a6bc0b8b9e1dd163eb to your computer and use it in GitHub Desktop.
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