Building Python from Source

Posted on Mon 21 September 2009 in misc

How easy it is to install python from source? Very.

./configure --prefix=/usr/local/python2.6/
make #(took 4mins on my x86_64 dc)
make install