Trouble installing Mercurial 1.5 on Mac OS X 10.5.8 (without using MacPorts)

Posted by gjvis on Super User See other posts from Super User or by gjvis
Published on 2010-03-31T10:16:33Z Indexed on 2010/03/31 15:03 UTC
Read the original article Hit count: 277

Filed under:
|
|

I'm having trouble installing Mercurial 1.5 (build 20100307) from the prebuilt installer on Mac OS X 10.5.8. The installer is halting telling me that I need to install Python 2.6 to continue. I've installed the latest version of Python (2.6.5) twice now but it's not helping.

which python is reporting /Library/Frameworks/Python.framework/Versions/2.6/bin/python, but I can see that I also have 2.3 and 2.5 in /System/Library/Frameworks/Python.framework/Versions directory, which I suspect is being picked up by the installer ahead of the 2.6 install.

If possible I'd like to install Mercurial and Python without having to resort to MacPorts, but if that is the only option then so be it :)

© Super User or respective owner

Related posts about mercurial

Related posts about python