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