Skip to content

Instantly share code, notes, and snippets.

@thegeek
Created November 23, 2013 20:20
Show Gist options
  • Save thegeek/7619409 to your computer and use it in GitHub Desktop.
Save thegeek/7619409 to your computer and use it in GitHub Desktop.
wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz
tar vxzf Python-2.7.3.tgz
cd Python-2.7.3
PREFIX=$HOME/local/python-2.7.3
export LD_RUN_PATH=$PREFIX/lib
./configure --prefix=$PREFIX --enable-shared
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment