On 9/6/07, <b class="gmail_sendername">Simon Ruderich</b> <<a href="mailto:simon@ruderich.com">simon@ruderich.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA512<br><br>Mike Mellor wrote:<br>><br>> Well, I got things working again, but I'm a little confused as to how to<br>> really fix the problem.  What I found was that my commands the began
<br>> #!/usr/bin env ruby<br>> were failing to execute.  Changing the first line to<br>> #!/usr/local/bin/ruby<br>> works.  It's not a TextMate issue, but a problem with my system (that I<br>> need to figure out).
<br>> Thanks for the help.<br>><br>> Mike<br><br>Are you sure it was #!/usr/bin env ruby? Because it should be<br>#!/usr/bin/env ruby (note the slash).<br><br>Does "/usr/bin/env ruby" work in the Terminal?
<br>What does "echo $PATH" print?</blockquote><div><br>Yeah, it was /usr/bin/env (fat fingers and early mornings don't mix)!<br>
echo $PATH looks ok (/usr/local/bin is before /usr/bin)  I'll try it /usr/bin/env ruby tonight.  Thanks.<br><br>Mike<br> </div><br></div><br>