Skip to content

Instantly share code, notes, and snippets.

@bettysteger
Forked from sferik/install-ruby-2.0.0.sh
Last active December 17, 2015 09:08
Show Gist options
  • Save bettysteger/5584686 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env sh
brew update
brew upgrade ruby-build
rbenv install 2.0.0-p247
rbenv global 2.0.0-p247
ruby -v
@timcharper
Copy link

I still had issues with openssl, even with the latest rbenv... this worked for me: https://gist.github.com/timcharper/5778185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment