-
-
Save bettysteger/5584686 to your computer and use it in GitHub Desktop.
Instructions to install on Ruby 2.0.0-p247 on Mac OS X with homebrew
This file contains 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
#!/usr/bin/env sh | |
brew update | |
brew upgrade ruby-build | |
rbenv install 2.0.0-p247 | |
rbenv global 2.0.0-p247 | |
ruby -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I still had issues with openssl, even with the latest rbenv... this worked for me: https://gist.github.com/timcharper/5778185