Last active
December 14, 2015 04:09
-
-
Save teeparham/5025890 to your computer and use it in GitHub Desktop.
OSX ruby 2.0 install with rvm and homebrew
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 update | |
| brew install libyaml | |
| rvm get head | |
| rvm pkg install openssl | |
| rvm install 2.0.0 --with-openssl-dir=$HOME/.rvm/usr --verify-downloads 1 | |
| rvm use 2.0.0 --default | |
| gem update rake | |
| gem install bundler --pre | |
| # pry-debugger doesn't work (remove it from your Gemfile) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment