After a fresh installation of my Windows dev machine, I installed Python 2.7. Quickly I learnt that this was a mistake as many of the packages I use only work on Python 2.6. So I installed 2.6 also and now I have both installations.
How can I make everything work with Python 2.6 instead of Python 2.7?
Every time I install a package it installs into Python 2.7. Every time I run a .py file it runs using the 2.7 interpreter.
Is there a way to completely uninstall Python 2.7?