From: Kevin Williams Date: 2007-01-18T02:38:38+09:00 Subject: Re: RubyGems 0.9.1 You probably have rubygems-update-0.9.0 installed as well. I just uninstalled all versions of rubygems-update and installed rubygems 0.9.1 from the source, then reinstalled rubygems-update-0.9.1.gem. After that, 'gem pristine --all' worked fine. Artur Merke wrote: > Ryan Davis wrote: >> >> ... >> update-0.9.1.gem >> % sudo gem install rubygems-update-0.9.1.gem >> % sudo update_rubygems >> % sudo gem pristine --all > > it doesn't work with my installation: > >>gem install c:\Downloads\rubygems-update-0.9.1.gem > ... > Successfully installed rubygems-update, version 0.9.1 > > C:\ruby\lib\ruby\gems\1.8\gems\rubygems-update-0.9.1\bin>update_rubygems > Error: Cannot find RubyGems Update Path! > > RubyGems has already been updated. > The rubygems-update gem may now be uninstalled. > E.g. gem uninstall rubygems-update > > C:\ruby\lib\ruby\gems\1.8\gems\rubygems-update-0.9.1\bin>gem -v > 0.9.0 > > here >>ruby -e "print $LOAD_PATH" > c:/ruby/lib/ruby/site_ruby/1.8c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrtc:/ruby/ > lib/ruby/site_rubyc:/ruby/lib/ruby/1.8c:/ruby/lib/ruby/1.8/i386-mswin32. > > should I somehow extend the settings in $LOAD_PATH? > > Artur -- Posted via http://www.ruby-forum.com/.