Created
November 24, 2010 19:35
-
-
Save joakimk/714238 to your computer and use it in GitHub Desktop.
Quickly installing a ruby environment on ubuntu that supports testbot
This file contains hidden or 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 update && sudo apt-get install build-essential vim ruby ruby-dev libsqlite3-dev && wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz && tar xvfz rubygems-1.3.7.tgz && cd rubygems-1.3.7 && sudo ruby setup.rb && sudo ln -s /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