Skip to content

Instantly share code, notes, and snippets.

View inlanger's full-sized avatar
🍑

inlanger inlanger

🍑
View GitHub Profile
apt-get install build-essential libsqlite3-dev zlib1g-dev libncurses5-dev libgdbm-dev libbz2-dev libreadline5-dev libssl-dev libdb-dev
wget http://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz
tar -xzf Python-2.7.6.tgz
cd Python-2.7.3
./configure
make
make install
cd ..