Hi, I used macports to install ruby 1.9 (because my rubygems fell off the map when I installed fxruby >.<)
$which ruby1.9
/opt/local/bin/ruby1.9
$which gem1.9
/opt/local/bin/gem1.9
But I'm pretty sure my Ruby bundle is still using 1.8, Is there a relatively pain-free way to switch it over?
Hi, it's not clear as to why you switched to Ruby 1.9. In any case, do you plan to make it your primary Ruby
version? If this is the case, I would recommend one of the following options:
a) Install Ruby 1.9 via MacPorts using the following:
sudo port install ruby19 +c_api_docs +nosuffix
b) Install Ruby 1.9 via Ruby Version Manager
1) install RVM
2) install Ruby 1.9
rvm install 1.9.1
For more information about RVM, I would recommend referencing the following website:
Good luck,
-Conrad
_______________________________________________
textmate mailing list
textmate@lists.macromates.com
http://lists.macromates.com/listinfo/textmate