salopensource / sal

Modular reporting for Endpoints
Apache License 2.0
212 stars 64 forks source link

install supervisor with pip so it uses Python3 #435

Closed dhmoore closed 2 years ago

dhmoore commented 2 years ago

I noticed that supervisord was running with /usr/bin/python2 in the latest release. Seemed like a good idea to switch to a pip3-installed supervisor that runs with Python3. I have only tested this locally.