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
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