Created
May 19, 2013 22:39
-
-
Save kascote/5609343 to your computer and use it in GitHub Desktop.
osx ruby 2.0 install
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
brew install readline openssl | |
export CFLAGS=-Wno-error=shorten-64-to-32 | |
env RUBY_CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline` rbenv install 2.0.0-p195 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment