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

Installing Ruby

Step 5

Even though OSX comes with Ruby preinstalled the version it ships with is out of date.

To update to the needed version of Ruby with RVM you simply need to type in the terminal:

rvm install 1.9.3

This will install Ruby version 1.9.3 and make it available for use. This step will take a little while to execute as it will download and compile the specified version of Ruby specifically for your system.