When I attempt to run Mercurial diff from within Textmate, I get an error "Couldn't find hg."
hg works from the command line and is in my path.
Any suggestions?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I updated Textmate PATH shell variable to include /usr/local/bin/ and all is well. | |||
|
feedback
|
|
Forget about the TM_HG variable and simply add /usr/local/bin/ to the PATH variable in the Textmate-Preferences. For example my PATH looks like: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin/ KR Bijan | |||
|
feedback
|
echo $PATH? – badp Apr 15 '10 at 14:41