From charlesreid1

Revision as of 07:17, 23 March 2017 by Admin (talk | contribs) (Created page with "Installing Ruby on Mac Sierra: Do it by installing RVM (Ruby version manager): <pre> $ curl -L https://get.rvm.io | bash -s stable --ruby </pre> This line should already be...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installing Ruby on Mac Sierra:

Do it by installing RVM (Ruby version manager):

$ curl -L https://get.rvm.io | bash -s stable --ruby

This line should already be added to bash_profile:

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*