Created
January 27, 2013 08:08
-
-
Save scheakur/4647307 to your computer and use it in GitHub Desktop.
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
brew install rbenv | |
brew install ruby-build | |
brew install openssl | |
brew link openssl | |
brew install readline | |
brew link readline | |
eval "$(rbenv init -)" | |
export CC=/usr/bin/gcc | |
CONFIGURE_OPTS="--with-readline-dir=/usr/local --with-openssl-dir=/usr/local" rbenv install 1.9.3-p374 | |
rbenv install 1.9.3-p374 | |
rbenv global 1.9.3-p374 | |
rbenv rehash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment