Skip to content

Instantly share code, notes, and snippets.

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 lporras/bf1ef774e66f9f47884e to your computer and use it in GitHub Desktop.
Save lporras/bf1ef774e66f9f47884e to your computer and use it in GitHub Desktop.
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew install rbenv ruby-build
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
rbenv install 2.2.2
rbenv global 2.2.2
ruby -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment