Created
May 21, 2010 21:19
-
-
Save peplin/409450 to your computer and use it in GitHub Desktop.
Install rubygems from source
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
| #!/bin/sh | |
| cd /tmp | |
| wget http://rubyforge.org/frs/download.php/69365/rubygems-1.3.6.tgz | |
| tar zxf rubygems-1.3.6.tgz | |
| cd rubygems-1.3.6 | |
| sudo ruby setup.rb | |
| sudo ln -sfv /usr/bin/gem1.8 /usr/bin/gem | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment