There\'s Python 2.6 installed in the system.
Now I want to use modules introduced in Python 2.7. Because I have no root privilege, I have built & installed 2.7 u
May I suggest pythonbrew as an easier alternative.
Once you have pythonbrew installed:
$ pythonbrew install 2.7.2 $ pythonbrew switch 2.7.2