> Check the environment used by `` - could it be picking up a different > $PATH (and thus a different ruby install) ? > > Fred
Well, that's odd, too. If I put: puts `set` in my rake file, it gives me the error: /usr/local/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/application.rb:103: command not found: set Which doesn't make sense to me at all. Anyway, `ruby -v` gives the same version from the command line as from the rake file, and this computer only has one version of ruby anyway, so I figured it would. Any other ideas? Or any workarounds? -- 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.

