Skip to content

Instantly share code, notes, and snippets.

@ryanlindsey
Created February 25, 2013 21:33
Show Gist options
  • Save ryanlindsey/5033527 to your computer and use it in GitHub Desktop.
Save ryanlindsey/5033527 to your computer and use it in GitHub Desktop.
Install Ruby 2.0 w/ Rbenv
RUBY_BUILD_BUILD_PATH="$HOME/.rbenv/source" RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl)" CONFIGURE_OPTS="--enable-shared --disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 2.0.0-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment