Installing Ruby Version Manager


Step 1

In your terminal type:

curl -L get.rvm.io | bash -s stable
Step 2

Now in a new Terminal type:

type rvm | head -1

You should see:

rvm is a function
Step 3

In your Terminal, let's make sure RVM will use Homebrew by typing:

rvm autolibs homebrew