Upgrade Python to 2.6 on Mac

installation, macos, python, upgrade

Solution

Don't upgrade.

- Install ActivePython (which co-exists with others).

- Open Terminal

- Type `python2.6`

Problem

I'd like to upgrade the default python installation (2.5.1) supplied with OS X Leopard to the latest version. Please let me know how I can achieve this. Thanks

Original source