Created
May 12, 2011 13:51
-
-
Save ematta/968527 to your computer and use it in GitHub Desktop.
Ubuntu Installation of Ruby, Gems, and WATIR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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