supervisord for python 3?

后端 未结 5 734
忘了有多久
忘了有多久 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条回答
  •  攒了一身酷
    2020-12-13 06:45

    To use supervisord with Python 3 you can setup it directly with pip:

    pip install git+https://github.com/Supervisor/supervisor
    

提交回复
热议问题