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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<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>