On 4/23/07 6:52 AM, in article fa09ca6d0704230652o573b3cavaaf77f648cbbdb3d@mail.gmail.com, "charles snyder" clsnyder@gmail.com wrote:
I installed ruby 1.8.5 and rails on mac osX 10.4.9 via darwinports. Ever since, using the run command (cmd-R) for ruby programs from textmate (latest version) gives me:
"/bin/bash: line 4: Sat Apr 21 17:18:00 CDT 2007 /usr/local/bin/ruby: No such file or directory"
Interestingly, I get the same message if I try to run a python program from textmate as well.
There is a file 'ruby' in /usr/local/bin/ and a file 'ruby' in /usr/ bin/ruby
From the command line, "whereis ruby" gives me /usr/bin/ruby
But what does "which ruby" say?
Also, what does "echo $PATH" say?
m.