一、安装supervisor
1、安装supervisor
[root@localhost ~]# pip install supervisor
2、测试supervisor安装是否成功
[root@localhost ~]# echo_supervisord_conf
3、卸载supervisor
[root@localhost ~]# pip uninstall supervisor
1、安装supervisor
[root@localhost ~]# pip install supervisor
2、测试supervisor安装是否成功
[root@localhost ~]# echo_supervisord_conf
3、卸载supervisor
[root@localhost ~]# pip uninstall supervisor