RVM: Difference between revisions

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


http://cheat.errtheblog.com/s/rvm/
http://cheat.errtheblog.com/s/rvm/
https://rvm.io//rvm/best-practices/


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

Revision as of 17:41, 10 July 2012

Ruby Version Manager

https://rvm.io//

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

https://rvm.io//rvm/best-practices/

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.