Hey all,
i'm new to TextMate and i wonder if it's possible to change the default ruby used when doing :
Automation > Run Command > Ruby > Run script
because i've severall rubys installed the one given by "which" being :
/opt/local/bin/ruby
but TextMate uses the latest : /usr/local/bin/ruby
(notice my PATH is setup such a way to get the wanted "/opt/local/bin/ ruby")
then, how to setup TextMate in order to get "/opt/local/bin/ruby" otherwise my scripts aren't working because of dependencies.
best,
Yvon