Created
August 29, 2010 03:13
-
-
Save teeparham/555915 to your computer and use it in GitHub Desktop.
Update ruby to 1.9.2 (osx)
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 update | |
rvm reload | |
rvm install 1.9.2 | |
rvm gemset copy 1.9.1 1.9.2 | |
rvm 1.9.2 | |
sudo port install sqlite3 | |
gem update sqlite3-ruby | |
gem uninstall ruby-debug19 ruby-debug-base19 columnize linecache19 | |
gem install ruby-debug19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment