On Aug 2, 5:16 pm, "Jamis Buck" <[EMAIL PROTECTED]> wrote: > If you have non-standard paths that > you want Capistrano to use, you need to set them via something like > the default_environment hash: > > default_environment["PATH"] = "/path/one:/path/two:/path/three"
I changed the path in /etc/profile (which is run for ALL connecting users, including the one that Capistrano is using). It still doesn't work, but I'll move on. Where would I put the default_environment["PATH"] = ... command? in deploy.rb? Thanks. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
