Skip to content

Instantly share code, notes, and snippets.

@perryqh
Created June 28, 2012 01:43
Show Gist options
  • Save perryqh/3008200 to your computer and use it in GitHub Desktop.
Save perryqh/3008200 to your computer and use it in GitHub Desktop.
rvm implode
brew install rbenv
brew install ruby-build
brew install --HEAD https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Library/Formula/rbenv-vars.rb #installs https://github.com/sstephenson/rbenv-vars
brew install readline
echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.zshrc
exec $SHELL -i # reload the shell
CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194
rbenv global 1.9.3-p194
gem install bundler rbenv-rehash pry
rbenv rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment