On 10.09.2005, at 18:57, Gavin Kistner wrote:
Since my default shell is tcsh, where do I need to put the command to modify the path env variable that textmate is using?
Since TextMate is not a console application, I reckon it relies on the PATH variable set (or changed) via the ~/.MacOSX/ environment.plist file (I recommend using RCEnvironment [1] for changing it). 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.
Cheers, Mathias
[1] http://www.rubicode.com/Software/RCEnvironment/