Hey there! Pretty weird, actually, but I can't require rubygems on osx. I *know* it's installed, been using it for ages to install gems. But no way I can "require 'rubygems'", not in irb, not in a sourcefile: [~]% ruby -e "require 'rubygems'" -e:1:in `require': no such file to load -- rubygems (LoadError) from -e:1 [~]% Is this usual? If I recall correctly, gems was installed from source, maybe I missed some rough corner, or something. -- Posted via http://www.ruby-forum.com/.