From: Chuck Remes Date: 2011-09-18T05:27:52+09:00 Subject: Re: Can I Safely Use Rubinius While Learning? On Sep 17, 2011, at 1:30 AM, Aaron Jackson wrote: > I am not an expert at using the terminal by any stretch of the > imagination, but I think I have everything installed except Rubinius 2.0 > and the latest and greatest Ruby 1.9.x. > > I could use a little help with these last two installations and with > setting Rubinius as my default instead of MRI. > > I am not sure where each of these is installed, but I have the > following: > > ---------------------------- > ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] > > MacRuby 0.10 (ruby 1.9.2) [universal-darwin10.0, x86_64] > > rvm 1.8.3 > > gem 1.3.6 > > local gems: > gosu (0.7.27.1) > linecache (0.43) > rake (0.8.7) > ruby-debug-base (0.10.3) > ruby-debug-ide (0.4.5) > > ---------------------------- > > I am running the latest public release of Mac OS X Lion You should take a look at the rvm documentation which can be found at https://rvm.beginrescueend.com/ It's also useful to join the #rvm irc channel on freenode.net. There is a lot of (usually) real-time help for people during the week. It's probably a lot quieter on weekends. That said, I *think* the way to set the default is like so: % rvm ruby-1.9.2-p290 --default Of course, insert whatever the full name is of the Ruby runtime to set a different default (rubinius, jruby, etc). cr