Hi,
I want to checkout a repository using hg on Mac OS X.
I am getting this error:
$ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
abort: Python support for SSL and HTTPS is not installed
And I check my hg and python location, but I forget how I installed hg and python on my computer.
$ which hg
/opt/local/bin/hg
$ which python
/usr/bin/python
Can you please tell me how can I fix my problem?
