Monday 21 September 2009

Building Python from Source

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

No comments:

Post a Comment