2

I'd like to upgrade to Python 2.6.5 on Mac.

I've seen this question on how to upgrade to 2.6 using macports, but it only talks about how to get 2.6 - I need 2.6.5 specifically, I currently have 2.6.1 installed.

Please could someone advise?

Thanks!

Community
  • 1
  • 1
AP257
  • 89,519
  • 86
  • 202
  • 261

2 Answers2

1

There's no reason to use the macports version -- just use the official framework build from http://www.python.org/download/releases/2.6.5/

(Note that there's a 2.6.6 version now.)

Andrew Jaffe
  • 26,554
  • 4
  • 50
  • 59
0

port install python26 @2.6.5

robert
  • 33,242
  • 8
  • 53
  • 74