Skip to content

Instantly share code, notes, and snippets.

@nateberkopec
Last active May 6, 2019 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nateberkopec/4512730 to your computer and use it in GitHub Desktop.
Save nateberkopec/4512730 to your computer and use it in GitHub Desktop.
install ruby, rbenv, and latest ruby

$ 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