1

I'm writing a program in python, which requires the use of the Counter function, which is not supported by python 2.6.5. So I have been trying to find a way to update my python interpreter to the next version, but I haven't found anything for ubuntu 10.04. Could anyone tell me how I can update python 2.6.5 to python 2.7?

martineau
  • 119,623
  • 25
  • 170
  • 301
Rontogiannis Aristofanis
  • 8,883
  • 8
  • 41
  • 58

1 Answers1

2

The procedure given here worked fine for me, and download the tarball from http://www.python.org/download/.

Community
  • 1
  • 1
Ashwini Chaudhary
  • 244,495
  • 58
  • 464
  • 504
  • I think the [deadsnakes PPA](https://launchpad.net/~fkrull/+archive/deadsnakes) is probably a better option, especially if this question has to be asked at all. – Eryk Sun Oct 28 '12 at 16:13