Created
January 13, 2013 17:03
-
-
Save n0ts/4525066 to your computer and use it in GitHub Desktop.
Updated system ruby version to 1.9.3
This file contains 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
update-alternatives --install /usr/bin/ruby ruby /usr/bin/ruby1.9.3 500\ | |
--slave /usr/bin/ri ri /usr/bin/ri1.9.3\ | |
--slave /usr/bin/irb irb /usr/bin/irb1.9.3\ | |
--slave /usr/bin/erb erb /usr/bin/erb1.9.3\ | |
--slave /usr/bin/rdoc rdoc /usr/bin/rdoc1.9.3 | |
update-alternatives --install /usr/bin/gem gem /usr/bin/gem1.9.3 500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment