I'm currently contributing to a python project still supporting python 2.6. Since python 2.6 is no more in portage tree, I currently have no way to run the unit tests locally.
Is there an easy way to install python 2.6? I don't need other packages support for python 2.6, just a python 2.6 installation with pip and virtualenv, so I can run the unit tests locally.

