Hi
Following the instructions on the web site i can't seem to make the hg
script work to fetch the release of Go.
Here is what happens.
~ >: env|grep Go
~ >: setenv GOROOT $HOME/go
~ >: setenv GOARCH 'darwin/386'
~ >: ls go
ls: go: No such file or directory
~ >: hg clone -r release
https://go.googlecode.com/hg/ $GOROOT
Traceback (most recent call last):
File "/usr/local/bin/hg", line 5, in <module>
pkg_resources.run_script('mercurial==1.4', 'hg')
File "/System/Library/Frameworks/Python.framework/Versions/2.6/
Extras/lib/python/pkg_resources.py", line 442, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/
Extras/lib/python/pkg_resources.py", line 1154, in run_script
raise ResolutionError("No script named %r" % script_name)
pkg_resources.ResolutionError: No script named 'hg'
I used the easy_install tool to install mercurial, and i'm using tcsh.
Python has worked fine so far, is anyone else having this issue?