1. Computing

Installing Ruby on Snow Leopard with RVM

By , About.com Guide

8 of 8

Test it Out
Installing Ruby on Snow Leopard with RVM

Run the RVM command to use your new Ruby installation. Run the command which ruby to make sure it's pointing to somewhere in ~/.rvm/, and not to /usr/bin/ruby.

$ rvm use 1.9.2
$ which ruby
/Users/uzimonkey/.rvm/rubies/ruby-1.9.2-p0/bin/ruby

©2013 About.com. All rights reserved.