rvm-installation-on-mac
Rvm installation on mac
Rvm installation on mac - 5.0 out of
5
based on
1 vote
This document will show you how to install dvm with ruby and rails stable version.
Step1:
the rvm will get installed with stable ruby and rails
sudo \curl -sSL https://get.rvm.io | bash -s stable —rails
Step2:
In case if Homebrew installation is failed then use the below mentioned command to install it manually
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)”
after manual installation of Homebrew now run the Step 1