From: Jim Weirich Date: 2005-12-29T23:03:31+09:00 Subject: Re: No such file to load -- rubygems unknown wrote: > i've installed ruby 1.8.4 (on MacOS X 10.4.3) in /usr/local > > when i want to update the system : > sudo gem update --system > i get the following error message : > ruby: No such file to load -- rubygems (LoadError) > > i've set some env vars : > % echo $RUBYOPT > -rrubygems > % echo $GEM_HOME > /usr/local > then, i'm stuck... Obvious question ... have you installed rubygems into the new Ruby instance? It looks like you might have a gems install hanging around from an earlier version of Ruby (i.e. it is finding the "gem" command), but its not finding the rubygems.rb library. -- -- Jim Weirich -- Posted via http://www.ruby-forum.com/.