Skip to content

Instantly share code, notes, and snippets.

@lucasallan
Created March 6, 2013 01:42
Show Gist options
  • Save lucasallan/5096046 to your computer and use it in GitHub Desktop.
Save lucasallan/5096046 to your computer and use it in GitHub Desktop.
Installing Ruby 2.0.0-p0 with RVM on OSX
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`
@mattia-beta
Copy link

it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment