Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
norvky opened this issue Feb 5, 2021 · 2 comments

Comments

@norvky
Copy link

norvky commented Feb 5, 2021

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)

@kuoruan
Copy link
Owner

kuoruan commented Feb 5, 2021

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

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

自己手动装吧。

@norvky
Copy link
Author

norvky commented Feb 5, 2021

好的,感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants