I have a python 2.7 4.0.4 install of supervisor. Python3 is also installed on the box and want to move supervisor to using python3. instead of python2.
My guess is to stop on 2... uninstall.... install using pip3 and then restart using existing .conf files for the services...
be nice to minimize downtime so any other suggestions appreciated.
To move Supervisor from Python 2 to Python 3, here are the steps you can follow to minimize downtime:
By following these steps, you should be able to migrate Supervisor to Python 3 while minimizing downtime.