[CentOS] upgrade python to python2.6.4 using yum

Tue Oct 5 09:17:25 UTC 2010
Mathieu Baudier <mbaudier at argeo.org>

> Is there an already available repository to do this.?

The EPEL repository has a python26 package that you can install in
parallel of base python.

You can then also use python-virtualenv (also in EPEL) to add the
Python modules you would need:
virtualenv -p /usr/bin/python26 /path/to/your/virtualenv/dir