直接命令 easy_install supervisor 如果报错先安装 yum install python-setuptools,再上面一条命令: 安装成功后显示finished,我们再次进行python环境,输入import supervisor ,如果没提示错误则表示安装成功. 接下来是对supervisor配置,首先我们要生成配置文件,在shell终端输入echo_supervisord_conf > /etc/supervisord.conf 接着编辑配置文件 vi /etc/sup…