Skip to content

Instantly share code, notes, and snippets.

@joshnesbitt
Created April 17, 2013 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshnesbitt/5405476 to your computer and use it in GitHub Desktop.
Save joshnesbitt/5405476 to your computer and use it in GitHub Desktop.
How to install Ruby 2.0.0-p0 on OSX Mountain Lion.
export CFLAGS=-Wno-error=shorten-64-to-32
export CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline`
export RUBY_CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl`
rbenv install 2.0.0-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment