shell-scripts icon indicating copy to clipboard operation
shell-scripts copied to clipboard

未找到 echo_supervisord_conf, 无法自动创建 Supervisor 配置文件!

Open norvky opened this issue 3 years ago • 2 comments

Requirement already satisfied: pip in /usr/local/python3/lib/python3.9/site-packages (21.0.1)
+ pip install --upgrade supervisor
Collecting supervisor
  Using cached supervisor-4.2.1-py2.py3-none-any.whl (738 kB)
Installing collected packages: supervisor
Successfully installed supervisor-4.2.1
+ mkdir -p /etc/supervisor/conf.d
++ command -v supervisord
+ ln -s '' /usr/local/bin/supervisord
++ command -v supervisorctl
+ ln -s '' /usr/local/bin/supervisorctl
++ command -v pidproxy
+ ln -s '' /usr/local/bin/pidproxy
未找到 echo_supervisord_conf, 无法自动创建 Supervisor 配置文件!
可能是当前安装的 supervisor 版本过低。

CentOS Linux release 7.9.2009 (Core) Python 3.9.1 pip 21.0.1 from /usr/local/python3/lib/python3.9/site-packages/pip (python 3.9)

norvky avatar Feb 05 '21 07:02 norvky

你机器上 supervisor 装好后,在 PATH 里边都找不到执行文件,不知道是怎么回事。

command -v supervisord
command -v supervisorctl
command -v pidproxy

自己手动装吧。

kuoruan avatar Feb 05 '21 07:02 kuoruan

好的,感谢

norvky avatar Feb 05 '21 07:02 norvky