Created
May 17, 2011 12:13
-
-
Save portertech/976362 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
| cd /usr/local/src/ | |
| wget http://rubyforge.org/frs/download.php/70696/rubygems-1.3.7.tgz | |
| tar zxvf rubygems-1.3.7.tgz | |
| cd rubygems-1.3.7 | |
| sudo ruby setup.rb | |
| gem -v | |
| sudo gem update --system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment