On Thu, Jun 4, 2009 at 7:08 AM, Doug Lilla <[email protected] > wrote:
> > Conrad Taylor wrote: > > On Wed, Jun 3, 2009 at 10:06 PM, Doug Lilla < > > [email protected]> wrote: > > > >> > /Users/douglilla/.gem/ruby/1.9.1/gems/rails-2.3.2/lib/rails_generator/options.rb:32:in > >> from > >> `require' > >> > >> > >> Any suggestions would be greatly appreciated. > >> > >> Thanks, > >> > >> DL > > > > > > a) What's does the following commands generate? > > > > ruby -v > > gem -v > > > > b) Did you try to install Rails using the following? > > > > sudo gem install rails > > > > -Conrad > > Conrad, > > a) > > Doug-Lillas-Computer:~ douglilla$ ruby -v > ruby 1.9.1p129 (2009-05-12 revision 23412) [powerpc-darwin9.6.0] > Doug-Lillas-Computer:~ douglilla$ gem -v > 1.3.4 > Doug-Lillas-Computer:~ douglilla$ > > b) > > Yes I installed with sudo gem rails > > If that's the case, why are your error messages referencing files in /Users/douglilla/.gem instead <parent_directory_of_gem_repository>/gem Usually, this happens when you do not perform the installation of gems as root and the gem executable will use ${HOME}/.gem as the fallback. OK, what's does the following produce? gem environment -Conrad --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

