Installing RVM, Ruby and Gems


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. install rvm
  2.  
  3. rvm install ruby-1.9.2-p180
  4.  
  5. rvm --default use 1.9.2-p180
  6.  
  7. gem install bundler
  8.  
  9. bundle install

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.