Hi<br><br>I installed  ruby 1.8.5 and rails on mac osX  10.4.9 via darwinports.<br>Ever since, using the run command (cmd-R) for ruby programs from<br>textmate (latest version) gives me:<br><br>"/bin/bash: line 4: Sat Apr 21 17:18:00 CDT 2007 /usr/local/bin/ruby:
<br>No such file or directory"<br><br><br>Interestingly, I get the same message if I try to run a python program<br>from textmate as well.<br><br>There is a file 'ruby' in /usr/local/bin/ and a file 'ruby' in /usr/
<br>bin/ruby<br><br>From the command line, "whereis ruby" gives me /usr/bin/ruby<br><br>Additionally, if I do the following:<br>>> 1.  Open a new TM document<br>>> 2.  Type echo $HOME<br>>> 3.  Press control-R on that line of shell code
<br><br>I get:<br><br>/Users/charleslsnyder<br><br><br>I previously
posted this in the ruby group, but it is really a textmate problem, and
it was suggested I move the question to this group...<br><br><br>TIA<br><br>C L Snyder