Skip to content

Instantly share code, notes, and snippets.

@peplin
Created May 21, 2010 21:19
Show Gist options
  • Select an option

  • Save peplin/409450 to your computer and use it in GitHub Desktop.

Select an option

Save peplin/409450 to your computer and use it in GitHub Desktop.
Install rubygems from source
#!/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