How can I prevent default_environment variables from getting set by Capistrano's sudo action?
- by Logan Koester
My deploy.rb sets some environment variables to use the regular user's local Ruby rather than the system-wide one.
set :default_environment, {
:PATH =>…