We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
你机器上 supervisor 装好后,在 PATH 里边都找不到执行文件,不知道是怎么回事。
command -v supervisord command -v supervisorctl command -v pidproxy
自己手动装吧。
Sorry, something went wrong.
好的,感谢
No branches or pull requests
The text was updated successfully, but these errors were encountered: