On Aug 15, 2007, at 5:52 AM, Alexey Blinov wrote:
You can also set PATH in Preferences -> Advanced -> Shell Variables.
Setting PATH=/usr/local/bin doesn't help. (this is where new ruby is) as well as setting it to /usr/local/bin:$PATH
You need to set the PATH to *all* the folders with your shell commands (and $PATH is not expanded) -- the manual has an example of all these paths.
This is also why your other program failed with the “date not found” error.