I''ve installed ruby and rubygems on leopard. when i install a gem successfully and run require "gemname" in irb it fails: irb(main):001:0> require "P4" LoadError: no such file to load -- P4 from (irb):1:in `require'' from (irb):1 irb(main):002:0> Yet here it is installed:>gem which P4(checking gem p4ruby-1.0.7 for P4) /usr/local/lib/ruby/gems/1.8/gems/p4ruby-1.0.7/lib/P4.rb Should I set an env var? If so, which and where? -Johnny --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---