Last active
December 27, 2015 19:09
-
-
Save bubudrc/7374936 to your computer and use it in GitHub Desktop.
This the steps to pre-install RUBY correctly into a MAC machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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