For anyone with a similar problem, here's the thread where I found the solution:
http://groups.google.com/group/capistrano/browse_thread/thread/6dc86f9abac73d69/c753ca9da2618709?hl=en&lnk=gst&q=non-standard+path#c753ca9da2618709 Solution: in deploy.rb, set the default_environment["PATH"] hash to the PATH you want set. E.g., default_environment["PATH"] = "/home/me/local/bin:/usr/local/bin:/usr/ bin:/bin" Ed --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
