Skip to content

Instantly share code, notes, and snippets.

@millisami
Forked from sferik/install-ruby-2.0.0.sh
Created November 8, 2012 17:02
Show Gist options
  • Save millisami/4040094 to your computer and use it in GitHub Desktop.
Save millisami/4040094 to your computer and use it in GitHub Desktop.
Instructions to install on Ruby 2.0.0 on Mac OS X with homebrew
#!/usr/bin/env sh
brew update
brew install rbenv
brew install ruby-build
brew install openssl
CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` rbenv install 2.0.0-preview1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment