Skip to content
tlam edited this page Aug 6, 2011 · 1 revision

RVM

  1. Reload the rvm

     rvm reload
    
  2. Update rvm

     rvm update
    
  3. Install Ruby 1.9.2 (You might need the latest rvm to get the most up to date Ruby version)

     rvm install 1.9.2
    
  4. Set rvm to 1.9.2

     rvm 1.9.2
    
  5. Set default ruby in rvm

     rvm --default 1.9.2
    
Clone this wiki locally