Comment on 6.6 CGI of the 'unofficial manual'
Sunjae Park
darehanl at gmail.com
Tue Jun 26 03:15:10 UTC 2007
Hi, I've been trying to learn mercurial, and so far I like it a lot.
I have a comment on "Distributed Revision Control with Mercurial."
On FreeBSD, python is located on /usr/local/bin/python, so /usr/bin/env
run by the cgi program fails to find python. As a result, I got a number
of 'No such file or directory' errors. Changing the 1st line of hgweb.cgi to
#!/usr/local/bin/python
fixed this problem. I think this should be noted in the 'unofficial manual.'
--
Sunjae Park(daréhanl)
GPG: 1024D/AAA96037
We choose to go to the moon and do the other things, not because they are
easy, but because they are hard.
- John F. Kennedy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20070625/8f37a183/attachment-0001.asc>
More information about the Mercurial
mailing list