sudo apt-get install irb
sudo apt-get install ruby
sudo apt-get install git-core
sudo apt-get install vim-ruby
RubyGems 1.3.1 Ubuntu 9.04
sudo apt-get install rubygems1.8 sudo gem install rubygems-update # vielleicht besser --no-ri --no-rdoc # will nicht gleich: sudo update_rubygems # note: this will clean out your gems!
nota bene http://www.ruby-forum.com/topic/175268#767611
Re: gem update problem
Posted by MaD (Guest) on 09.01.2009 13:55
well, that's odd. gem list should show you rubygems-update (1.3.1) with that there should be the command update_rubygems available. if not check your gem-directory which can be found by running gem environment for me it is "/usr/lib/ruby/gems/1.8/gems/rubygems-update-1.3.1/bin/ update_rubygems"
&here with me, it is root@vixxa-crunch:~# /var/lib/gems/1.8/bin/update_rubygems Installing RubyGems 1.3.5 RubyGems 1.3.5 installed
# dafuer schmeiss ich gleich github sources dazu: http://gems.github.com/
gem sources -a http://gems.github.com # (you only have to do this once)
sudo gem install simple-rss
next problem: open-uri
sudo gem list --remote | grep open | grep uri
(rest-openuri nope...)
openuri_memcached => the mkmf situation, do this:
sudo apt-get install build-essential ruby1.8-dev
sudo gem install openuri_memcached <- this is not what i needed... (http://github.com/technoweenie/open-uri-memcached)
open-uri ist in std; ploetzlich laeuft der dreck...