RVM: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


https://rvm.io//
https://rvm.io//
http://cheat.errtheblog.com/s/rvm/


To create a new gemset:
To create a new gemset:

Revision as of 21:49, 6 July 2012

Ruby Version Manager

https://rvm.io//

http://cheat.errtheblog.com/s/rvm/

To create a new gemset:

rvm ruby-1.9.3-p194@rails2314 --create

To switch to a particular gemset:

rvm gemset use rails2314

Now you can use gem to install the needed gems.

May need to source /etc/profile.d/rvm.sh to get things working.