From: Chuck Brotman Date: 2005-06-25T00:40:38+09:00 Subject: Re: freeride debugger issue "Curt Hibbs" wrote in message news:42BB7679.2090708@hibbs.com... > Chuck Brotman wrote: >> I've been trying out Freeride and when I try to run my program using the >> debugger, it always stops on the line "require rubygems" in file >> ubygems.rb Neither the file nor the include were put there by me. Is >> there a way to stop this behavior? > > This is because the environment variable RUBYOPT is set to "rubygems.rb' > which causes ruby to startup automatically using rubygems. If you don't > want automatic access to any installed rubygems, then just get rid of this > environment variable. > > Curt > > Curt, Thanks! Can you give me a clue as to where to find this Environment Variable and how to get rid of it?