Skip to content

Instantly share code, notes, and snippets.

@pjkelly
Created December 14, 2010 09:04
Show Gist options
  • Save pjkelly/740167 to your computer and use it in GitHub Desktop.
Save pjkelly/740167 to your computer and use it in GitHub Desktop.

First, let's install a new version of Ruby. You can accept the default settings it suggests

mkdir -p ~/src
cd ~/src
curl -OL http://rubyforge.org/frs/download.php/71096/ruby-enterprise-1.8.7-2010.02.tar.gz
tar xzvf ruby-enterprise-*.tar.gz
sudo ./ruby-enterprise-*/installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment