Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save WebSamuraiDaisuke/a73827bf046e2e837e44 to your computer and use it in GitHub Desktop.
Save WebSamuraiDaisuke/a73827bf046e2e837e44 to your computer and use it in GitHub Desktop.
wget -c https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz
tar -xzvf Python-2.7.10.tgz
cd Python-2.7.10/
LDFLAGS="-L/usr/lib/x86_64-linux-gnu" ./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment