Created
February 10, 2011 08:26
-
-
Save hasham2/820134 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 ~ | |
| mkdir gems | |
| cd gems | |
| wget http://production.cf.rubygems.org/rubygems/rubygems-1.5.1.tgz | |
| tar -xf rubygems-1.5.1.tgz | |
| cd rubygems-1.5.1 | |
| sudo ruby setup.rb | |
| sudo ln -s /usr/bin/gem1.8 /usr/bin/gem | |
| sudo gem update system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment