Created
March 1, 2011 16:45
-
-
Save bds/849426 to your computer and use it in GitHub Desktop.
Update to latest version of Ruby 1.9.2, include Readline and Rails gems
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
rvm get latest | |
rvm package install readline | |
rvm install 1.9.2 --with-readline-dir=$rvm_path/usr | |
rvm 1.9.2 --default | |
gem install rails | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment