I desire to use pyenv and supervisor together ( for my daemons ), yet I can't find a good cookbook for how to use them together. I think supervisor is often-used, thus is a very reasonable candidate for a quick two-line howto. I'd do the pull request myself except I don't know how to do it
I think you have two ways to work with pyenv:
Please don't close this., unless you are saying you aren't going to do this.
Using the direct path is bad. It doesn't do all the shimming right, and encodes the version of python in the supervisord conf file.
Using virtualenv is not the answer because it's not pyenv.
I believe there would be two actual ways:
Given that python is often used for system daemons, I request adding the simple cookbook to the documentation.
This isn鈥檛 pyenv issue at all. Write some blog post by yourself.
Most helpful comment
Please don't close this., unless you are saying you aren't going to do this.
Using the direct path is bad. It doesn't do all the shimming right, and encodes the version of python in the supervisord conf file.
Using virtualenv is not the answer because it's not pyenv.
I believe there would be two actual ways:
Given that python is often used for system daemons, I request adding the simple cookbook to the documentation.