I followed this tutorial http://paltman.com/2007/nov/15/getting-ssl-support-in-python-251/ and installed python 2.5. Now when I enter the python terminal it reads python 2.5 and not 2.6.
How do I remove python 2.5? So it reverts back to 2.6?
Python was 2.5 was installed by:
./configure
make
make install
It was installed on Fedora, I was told changing the Pythonpath would help but I don't know how to do it or what Path to put in?