Thanks, Conrad.
I added '/usr/local/git/bin' to by that and it's still not working. So weird.
echo $PATH shows that the git path is now listed.
I'm getting the same error.
I copy and pasted the exact path that the error returns ( '/usr/local/git/bin/git' )
and pasted it in terminal and it returns the help info for git. So it's there, and TextMate appears to have the path correct, but it's just not finding it.
Sorry, I'm not sure how to use '#! /usr/bin/env git', in your first suggestion.
-Mac
On Feb 5, 2010, at 6:40 PM, Conrad Taylor wrote:
On Fri, Feb 5, 2010 at 9:12 PM, Mac Martine <99miles@gmail.com> wrote:
On the command line, 'which git' returns '
/usr/local/git/bin/git'
So I put that in the TM_GIT Shell Variables list. But now when I try to use the bundle it keeps giving me this error:
sh: line 3: /usr/local/git/bin/git : No such file or directory
What could I be doing wrong?
Would be possible to use the following within your configuration?
#! /usr/bin/env git
Next, usually commands get installed in one of the following locations depending on your platform:
/usr/bin
/usr/local/bin
/usr/sbin
/usr/local/sbin
The location of git on your system seems a bit odd. However, you should be able to easily remedy the situation by adding the following to your PATH environment variable:
/usr/local/git/bin
Good luck,
-Conrad
_______________________________________________
textmate mailing list
textmate@lists.macromates.com
http://lists.macromates.com/listinfo/textmate
_______________________________________________
textmate mailing list
textmate@lists.macromates.com
http://lists.macromates.com/listinfo/textmate