Skip to content

Instantly share code, notes, and snippets.

@ematta
Created May 12, 2011 13:51
Show Gist options
  • Save ematta/968527 to your computer and use it in GitHub Desktop.
Save ematta/968527 to your computer and use it in GitHub Desktop.
Ubuntu Installation of Ruby, Gems, and WATIR
sudo apt-get install ruby
wget http://production.cf.rubygems.org/rubygems/rubygems-1.7.2.tgz
tar xvzf rubygems-1.7.2.tgz
cd rubygems-1.7.2
sudo ruby setup.rb
ln -s /usr/bin/gem1.8 /usr/bin/gem
sudo gem update --system
sudo gem install watir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment