From: Jamis Buck Date: 2005-10-31T02:19:25+09:00 Subject: Re: 1.8.4 preview1 win32 error On Oct 30, 2005, at 10:12 AM, simonharrison@email.com wrote: > I've downloaded the binary release from garbagecollect.jp and now irb > and ri won't work. here's the error message when I type 'irb': > > C:\ruby\bin\ruby: no such file to load -- ubygems (LoadError) > > same error message when I try 'ri Array' > > typing 'ruby -v' gives this: > > ruby 1.8.4 (2005-10-29) [i386-mswin32] > > any ideas anyone? > > > I suspect that you either need to install Rubygems again, or you need to change the RUBYOPT environment variable so that it doesn't include rubygems. - Jamis