On Jun 7, 7:19 am, tispratik <[email protected]> wrote: > I have ruby normal edition installed in /usr/bin > REE in /opt/ruby-enterprise-1.8.7-2010.01/bin > I have all my application gems installed in /opt/ruby- > enterprise-1.8.7-2010.01/bin > but still when i run any gem related command, say "sudo bluepill > status", it looks for the executable in normal ruby edition instead of > REE > > Any ideas? > sudo will set up its own environment (including its own PATH). You should be able to set things up so that it includes /opt/ruby- enterprise-1.8.7-2010.01/bin though
Fred -- 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.

