From: doog Date: 2006-11-28T02:25:25+09:00 Subject: Ruby 1.8.5 on Mac OS X On Mac OS X 10.4.8, Ruby 1.8.2 is installed in /usr/bin/ruby I installed RubyGems and several libraries. I needed to upgrade to the latest version, so I downloaded Ruby 1.8.5 source from: http://www2.ruby-lang.org/en/20020102.html which I installed in: /usr/local/bin/rub Now RubyGems and the libraries I had installed are not found. I can run ruby with this alias: ruby='/usr/local/bin/ruby' Is there a way to get RubyGems and the libraries to be recognized by this new version? Or a way to install them into the new version? -Doug