Ruby
3 credits
08.22.16 - 12.18.16
How to Install Ruby in OSX
Getting RVM
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.