I generally like to use rvm use 1.9.2 --default to make sure that I always use my preferred installation version.
On Jan 19, 8:27 pm, Francesca Krihely <[email protected]> wrote: > doh! For anyone who is silly like me, > After install put > rvm use 1.9.2 > > in the command line > > and voilla > > ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.2.0] > > On Thu, Jan 19, 2012 at 10:24 PM, Francesca Krihely > <[email protected]>wrote: > > > > > > > > > > > I just installed 1.9.2 on my 2nd machine, but after I installed I checked > > the version with ruby -v and it sent me 1.8.7 > > > Here's the terminal output...anyone know what's wrong (I have RVM > > installed): > > > Francescas-MacBook-Air:~ fkrihely$ rvm install 1.9.2 > > Fetching yaml-0.1.4.tar.gz to /Users/fkrihely/.rvm/archives > > Extracting yaml-0.1.4.tar.gz to /Users/fkrihely/.rvm/src > > Configuring yaml in /Users/fkrihely/.rvm/src/yaml-0.1.4. > > Compiling yaml in /Users/fkrihely/.rvm/src/yaml-0.1.4. > > Installing yaml to /Users/fkrihely/.rvm/usr > > Installing Ruby from source to: > > /Users/fkrihely/.rvm/rubies/ruby-1.9.2-p290, this may take a while > > depending on your cpu(s)... > > > ruby-1.9.2-p290 - #fetching > > ruby-1.9.2-p290 - #downloading ruby-1.9.2-p290, this may take a while > > depending on your connection... > > % Total % Received % Xferd Average Speed Time Time Time > > Current > > Dload Upload Total Spent Left > > Speed > > 100 8604k 100 8604k 0 0 394k 0 0:00:21 0:00:21 --:--:-- > > 157k > > ruby-1.9.2-p290 - #extracting ruby-1.9.2-p290 to > > /Users/fkrihely/.rvm/src/ruby-1.9.2-p290 > > ruby-1.9.2-p290 - #extracted to /Users/fkrihely/.rvm/src/ruby-1.9.2-p290 > > ruby-1.9.2-p290 - #configuring > > ruby-1.9.2-p290 - #compiling > > ruby-1.9.2-p290 - #installing > > Removing old Rubygems files... > > Installing rubygems-1.8.10 for ruby-1.9.2-p290 ... > > Installation of rubygems completed successfully. > > ruby-1.9.2-p290 - adjusting #shebangs for (gem irb erb ri rdoc testrb > > rake). > > ruby-1.9.2-p290 - #importing default gemsets > > (/Users/fkrihely/.rvm/gemsets/) > > Install of ruby-1.9.2-p290 - #complete > > Francescas-MacBook-Air:~ fkrihely$ ruby -v > > ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] > > Francescas-MacBook-Air:~ fkrihely$ > > > -- > > *Francesca Krihely | **Community Marketing Manager | **10gen* > > *@francescapasha <http://twitter.com/francescapasha> | > > **@mongoDB<http://twitter.com/mongoDB> > > * > > *Skype: FrancescaMongoDB* > > * > > * > > *Want to run in the cloud? Join our webinar and see how MongoDB works > > with Amazon Web Services <http://www.10gen.com/events/mongodb-and-aws> on > > January 20th* > > *We're hiring! Come build great things with us 10gen.com/careers* > > -- > *Francesca Krihely | **Community Marketing Manager | **10gen* > *@francescapasha <http://twitter.com/francescapasha> | > **@mongoDB<http://twitter.com/mongoDB> > * > *Skype: FrancescaMongoDB* > * > * > *Want to run in the cloud? Join our webinar and see how MongoDB works > with Amazon > Web Services <http://www.10gen.com/events/mongodb-and-aws> on January 20th* > *We're hiring! Come build great things with us 10gen.com/careers* -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

