Created
April 11, 2009 01:45
-
-
Save raykrueger/93404 to your computer and use it in GitHub Desktop.
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
apt-get install ruby ruby1.8 ruby1.8-dev ri1.8 rdoc1.8 irb1.8 \ | |
ruby1.8-elisp ruby1.8-examples libdbm-ruby1.8 libgdbm-ruby1.8 \ | |
libtcltk-ruby1.8 libopenssl-ruby1.8 libreadline-ruby1.8 sqlite3 \ | |
libsqlite3-ruby1.8 | |
wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz | |
tar xzf rubygems-1.3.1.tgz | |
cd rubygems-1.3.1 | |
ruby setup.rb | |
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