ALL HOW TOs




How to install Rails on Mac?

NOTE: Problems...

  • Section: Install Ruby Using RVM
    • The \curl statement to install ruby is supposed to install Homebrew too. The execution of the Homebrew failed. I had to install Homebrew first and then run the \curl to install ruby. The curl statement to install ruby was the same as what is in the document. The curl statements to install Homebrew (not in doc) and then get the latest stable ruby (same as doc) are...

$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
 
$ \curl -L https://get.rvm.io | bash -s stable --ruby

  • No labels