Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

Ruby

CSYS2853

3 credits

2017Fall

08.22.16 - 12.18.16

Ruby

CSYS2853

Tuesday Thursday
02:30 PM - 03: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.