Last active
August 29, 2015 13:59
-
-
Save anveo/10996805 to your computer and use it in GitHub Desktop.
homebrew 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
$ 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