Created
November 25, 2013 10:07
-
-
Save kevin-shu/7639154 to your computer and use it in GitHub Desktop.
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
| 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