On Jan 8, 3:29 am, Raimon Fs <[email protected]> wrote: > Matt Jones wrote: > > On Jan 7, 7:16 am, Raimon Fs <[email protected]> wrote: > >> Hello, > > >> I've set-up a new computer and I'm having troubles with gems. > > >> In the production server and in my old developer machine works perfect, > >> but in the nem I'm getting errors when I start them using thin: > > >> /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > > > This is the problem - you've got two ruby versions installed (the one > > in /Library is the default Apple ruby, and the other in /opt), and the > > system is deciding to use the one in /Library, which doesn't have gems > > installed, when starting thin. > > > You may want to check the thin startup script - what does the #! line > > in it say? > > I can't find the Thin startup script ... > > Where it is ? > > thanks, > > regards,
Run the command 'which thin' to find out where it's at. --Matt Jones
-- 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.

