Created
March 6, 2013 01:42
-
-
Save lucasallan/5096046 to your computer and use it in GitHub Desktop.
Installing Ruby 2.0.0-p0 with RVM on OSX
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
Installing dependencies | |
brew install libxslt libxslt libksba openssl sqlite | |
Installing Ruby 2.0.0 | |
rvm install 2.0.0 --with-openssl-dir=`brew --prefix openssl` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it works!