Last active
December 18, 2015 14:29
-
-
Save marocchino/5798006 to your computer and use it in GitHub Desktop.
This file contains 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
# fish | |
brew install openssl rbenv ruby-build | |
set CONFIGURE_OPTS --with-openssl-dir=/usr/local/opt/openssl | |
rbenv install ruby2.0.0-p195 | |
rbenv global ruby2.0.0-p195 | |
rbenv rehash | |
# ta-ran! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment