<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Thanks, Conrad.</div><div>I added '/usr/local/git/bin' to by  that and it's still not working. So weird. </div><div>echo $PATH shows that the git path is now listed.</div><div>I'm getting the same error.</div><div><br></div><div>I copy and pasted the exact path that the error returns ( '/usr/local/git/bin/git' )</div><div>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.</div><div><br></div><div>Sorry, I'm not sure how to use '#! /usr/bin/env git', in your first suggestion.</div><div><br></div><div>-Mac</div><div><br></div><br><div><div>On Feb 5, 2010, at 6:40 PM, Conrad Taylor wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Fri, Feb 5, 2010 at 9:12 PM, Mac Martine <span dir="ltr"><<a href="mailto:99miles@gmail.com">99miles@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
<div style="word-wrap:break-word">On the command line, 'which git' returns '<span style="font-family:Georgia, Times, 'Times new Roman', serif;font-size:13px;line-height:19px">/usr/local/git/bin/git'</span><div>
<font face="Georgia, Times, 'Times new Roman', serif" size="3"><span style="font-size:13px;line-height:19px">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:</span></font></div>
<div><font face="Georgia, Times, 'Times new Roman', serif" size="3"><span style="font-size:13px;line-height:19px">sh: line 3: /usr/local/git/bin/git : No such file or directory</span></font></div><div><font face="Georgia, Times, 'Times new Roman', serif" size="3"><span style="font-size:13px;line-height:19px"><br>
</span></font></div><div><font face="Georgia, Times, 'Times new Roman', serif" size="3"><span style="font-size:13px;line-height:19px">What could I be doing wrong?</span></font></div><div><font face="Georgia, Times, 'Times new Roman', serif" size="3"><span style="font-size:13px;line-height:19px">Thanks!<br>
</span></font><div><font face="Georgia, Times, 'Times new Roman', serif" size="3"><span style="font-size:13px;line-height:19px"><br></span></font></div></div></div><br></blockquote><div><br></div><div>Would be possible to use the following within your configuration? </div>
<div><br></div><div>#! /usr/bin/env git</div><div><br></div><div>Next, usually commands get installed in one of the following locations depending on your platform:</div><div><br></div><div>/usr/bin</div><div>/usr/local/bin</div>
<div>/usr/sbin</div><div>/usr/local/sbin</div><div><br></div><div>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:</div>
<div><br></div><div><span class="Apple-style-span" style="font-family: Georgia, Times, 'Times new Roman', serif; font-size: 13px; line-height: 19px; ">/usr/local/git/bin</span></div><div><span class="Apple-style-span" style="font-family: Georgia, Times, 'Times new Roman', serif; font-size: 13px; line-height: 19px; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: Georgia, Times, 'Times new Roman', serif; font-size: 13px; line-height: 19px; ">Good luck,</span></div><div><span class="Apple-style-span" style="font-family: Georgia, Times, 'Times new Roman', serif; font-size: 13px; line-height: 19px; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: Georgia, Times, 'Times new Roman', serif; font-size: 13px; line-height: 19px; ">-Conrad</span></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
<br></blockquote></div><br>
<br>_______________________________________________<br>textmate mailing list<br><a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>http://lists.macromates.com/listinfo/textmate<br></blockquote></div><br></body></html>