I am using SL6 and it has python2.6 installed. I successfully installed python2.7
The problem I face right now is when I use command "python" system runs python2.7 whereas when I run "sudo python" the system runs python2.6
Any suggestions on how to make them both use python2.7 ?
I tried "yum remove python" which fails because yum is dependent on python.