Skip to content

Instantly share code, notes, and snippets.

@anveo
Last active August 29, 2015 13:59
Show Gist options
  • Save anveo/10996805 to your computer and use it in GitHub Desktop.
Save anveo/10996805 to your computer and use it in GitHub Desktop.
homebrew rbenv
$ xcode-select --install # or manually from https://developer.apple.com/downloads/index.action?name=for%20Xcode%20-
$ brew install libyaml
$ brew install openssl
$ brew install readline
$ env CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl` --with-readline-dir=`brew --prefix readline`" rbenv install 2.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment