Last Updated: February 25, 2016
·
358
· skyzzzzz

Install Ruby on Mac OSX

  1. Install RVM
    $ curl -L get.rvm.io | bash -s stable

  2. Load RVM
    $ source ~/.rvm/scripts/rvm

  3. Find the requirements (follow the instructions):
    $ rvm requirements

  4. Install ruby
    $ rvm install 1.9.3