I can't seem to figure out how to append to the default path in a supervisord program config.

I can reset the path:

environment=PATH="/home/site/environments/master/bin"

But when I try:

environment=PATH="/home/site/environments/master/bin:$PATH"

I see that supervisord doesn't evaluate $PATH.

Google wasn't a big help on this for some reason, I cannot believe I'm the first person to need this.

Supervisord must have support for this, any idea what it is?

link|improve this question

have you found a solution for this problem? I just have the same issue – ascobol Jan 16 at 16:07
1  
@ascobol nope, I've hardcoded the path I need, for now – Prody Jan 17 at 10:36
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.