On 10-09-2005 19:34, Gavin Kistner wrote:
But another resolution to the ri problem could be just pointing the TextMate command to /usr/local/bin/ri instead of /usr/bin/ri ;) If ri has been installed together with Ruby in /usr/local, it will most likely use the corresponding Ruby installation.
Even better solution which will solve all the problems: Always use:
#!/usr/bin/env ruby
This will always pick the right ruby according to your path. Even if you put it in /weird/directory/ruby and put it in your path.
Jeroen.