Skip to content

Instantly share code, notes, and snippets.

@dgyesbreghs
Created May 17, 2019 09:39
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 dgyesbreghs/7116a01bad00a45dd8c9ca7b9253bc7f to your computer and use it in GitHub Desktop.
Save dgyesbreghs/7116a01bad00a45dd8c9ca7b9253bc7f to your computer and use it in GitHub Desktop.

Install Homebrew (If not yet installed)

  • /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Clean Install Ruby

  • brew install rbenv
  • rbenv init -> Follow Steps
  • Restart Terminal
  • rbenv install 2.6.0
  • rbenv global 2.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment