Skip to content

Instantly share code, notes, and snippets.

@jjmalina
Forked from nateberkopec/install_ruby.md
Created January 18, 2013 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjmalina/4566093 to your computer and use it in GitHub Desktop.
Save jjmalina/4566093 to your computer and use it in GitHub Desktop.

$ brew update

$ brew install rbenv

$ brew install ruby-build

append eval "$(rbenv init -)" to your bash profile

$ rbenv install 1.9.3-p327

$ rbenv global 1.9.3-p327

$ ruby -v

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment