R
Richard Lionheart
Hi All,
I just expanded ruby-1.8.4-i386-mswin32.zip into my Utilities directory and
added it bin subdirectory to my PATH.
In a Command window, I entered/got:
F:\> ruby -version
ruby 1.8.4 (2005-12-24) [i386-mswin32]
ruby: no such file to load -- ubygems (LoadError)
F:\>
Why did ruby want to load "ubygems"? BTW, I happened to notice an
environment variable RUBYOPT set to rubygems (left over from a previous
installation, no doubt.)
I then recalled the options should have double hyphens, so --version didn't
produce that spurious line.
Any explanation? Not critical. Just curious.
I just expanded ruby-1.8.4-i386-mswin32.zip into my Utilities directory and
added it bin subdirectory to my PATH.
In a Command window, I entered/got:
F:\> ruby -version
ruby 1.8.4 (2005-12-24) [i386-mswin32]
ruby: no such file to load -- ubygems (LoadError)
F:\>
Why did ruby want to load "ubygems"? BTW, I happened to notice an
environment variable RUBYOPT set to rubygems (left over from a previous
installation, no doubt.)
I then recalled the options should have double hyphens, so --version didn't
produce that spurious line.
Any explanation? Not critical. Just curious.