Skip to content

Instantly share code, notes, and snippets.

@kevin-shu
Created November 25, 2013 10:07
Show Gist options
  • Select an option

  • Save kevin-shu/7639154 to your computer and use it in GitHub Desktop.

Select an option

Save kevin-shu/7639154 to your computer and use it in GitHub Desktop.
rbenv install 1.9.3-p194
rbenv rehash # for paranoia's sake
rbenv global 1.9.3-p194
gem env # to check that everything was pointing at 1.9 and not the system
gem install --no-ri --no-rdoc bundler
rbenv rehash # necessary to load up the bundle executable
bundle --path=vendor/bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment