Skip to content

Instantly share code, notes, and snippets.

@bubudrc
Last active December 27, 2015 19:09
Show Gist options
  • Save bubudrc/7374936 to your computer and use it in GitHub Desktop.
Save bubudrc/7374936 to your computer and use it in GitHub Desktop.
This the steps to pre-install RUBY correctly into a MAC machine
# Istall Ruby by *rbenv* in a MAC
+ Download and Install Xcode
+ Run: ```xcode-select install``` (xcode-select --install)
+ Run: ```brew install rbenv, brew install ruby-build```
+ Run: ```rbenv install 2.0.0-p247```
### READY TO GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment