supervisord for python 3?

后端 未结 5 733
忘了有多久
忘了有多久 2020-12-13 06:02

Want to use supervisord to control the processes for my Python 3 project. It is specifically stated that \"Supervisor is known to work with Python 2.4 or later but will not

5条回答
  •  -上瘾入骨i
    2020-12-13 06:44

    supervisor 4+ supports Python3, It's available in PyPI so you can simply do pip install supervisor to install it.

提交回复
热议问题