2

I want to uninstall python 2.6.5, and install python 2.7.3 but there is so many other software relay on it.

so how can I up upgrade python in ubuntu10.04?

Tanky Woo
  • 4,906
  • 9
  • 44
  • 75

2 Answers2

4

I used this link to do the same(i.e the installation part), after doing this the default python version will change to 2.7.3.

Another useful link How do I install python 2.7.2 on 10.04?.

Community
  • 1
  • 1
Ashwini Chaudhary
  • 244,495
  • 58
  • 464
  • 504
0

Why do you want to uninstall the old one? You can install python 2.7 and just create a virtualenv that points to it: Use different Python version with virtualenv Aside from that, it's rather risky to upgrade it, if you don't want to upgrade the whole system.

Community
  • 1
  • 1
gcbirzan
  • 1,494
  • 11
  • 17