Skip to content

Instantly share code, notes, and snippets.

@guilleiguaran
Last active September 27, 2015 23:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save guilleiguaran/f4afd27caf64f24bf04e to your computer and use it in GitHub Desktop.
Save guilleiguaran/f4afd27caf64f24bf04e 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.1.2
rbenv global 2.1.2
ruby -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment