Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

Ruby

CSYS2853

3 credits

2010Spring

01.11.10 - 05.09.10

Ruby

CSYS2853

Tuesday Thursday
05:30 PM - 06:50 PM

How to Install Ruby in OSX

How To

Getting RVM

Step 4

RVM is the Ruby Version Manager and will allow you to easily manage the installations of Ruby on your system as well as letting you have multiple non-interfering versions of Ruby installed.

To install RVM on a Mac go to the terminal application (applications/utilities/terminal) and run this command.

curl -L https://get.rvm.io | bash -s stable --ruby

Once that is done close the terminal and reopen it.