Created
February 25, 2013 21:33
-
-
Save ryanlindsey/5033527 to your computer and use it in GitHub Desktop.
Install Ruby 2.0 w/ Rbenv
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
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