Skip to content

Instantly share code, notes, and snippets.

@hasham2
Created February 10, 2011 08:26
Show Gist options
  • Select an option

  • Save hasham2/820134 to your computer and use it in GitHub Desktop.

Select an option

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