Skip to content

Instantly share code, notes, and snippets.

@codebeige
Created October 18, 2013 10:23
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 codebeige/7039546 to your computer and use it in GitHub Desktop.
Save codebeige/7039546 to your computer and use it in GitHub Desktop.
Install Ruby with Homebrew OpenSSL
CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl) --with-readline-dir=$(brew --prefix readline)" rbenv install 2.0.0-p247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment