Skip to content

Instantly share code, notes, and snippets.

@portertech
Created May 17, 2011 12:13
Show Gist options
  • Select an option

  • Save portertech/976362 to your computer and use it in GitHub Desktop.

Select an option

Save portertech/976362 to your computer and use it in GitHub Desktop.
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