Skip to content

Instantly share code, notes, and snippets.

@teeparham
Last active December 14, 2015 04:09
Show Gist options
  • Select an option

  • Save teeparham/5025890 to your computer and use it in GitHub Desktop.

Select an option

Save teeparham/5025890 to your computer and use it in GitHub Desktop.
OSX ruby 2.0 install with rvm and homebrew
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