On Tue, Oct 5, 2010 at 3:18 PM, John Doe jdmls@yahoo.com wrote:
From: Agnello George agnello.dsouza@gmail.com
How would i upgrade python to python2.6.4 using a yum repository ( on all
my
servers ) and cause manual configuration is time consuming, i am using
cent OS
5.4 32 bit Is there an already available repository to do this.?
Google says by example: http://chrislea.com/2009/09/09/easy-python-2-6-django-on-centos-5/
JD
I did a yum install gcc* , then it installed all the required dependencies .
Then make and make install worked correctly .
Then i had to symbolically link it .
ln -s /usr/local/bin/python2.6 /usr/bin/python