Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Create a .rvmrc file in your rails directory, and rvm will automatically load it.
  2. An example .rvmrc that loads Ruby 2.3.1 and a gemset named "rails5"
  3.  
  4. $ nano .rvmrc
  5.  
  6. rvm 2.3.1@rails5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement