您好,您到 SSH 终端里执行
- bash /www/server/panel/plugin/supervisor/install.sh install
复制代码
预期结果如下
- [root@IqlPlM1037441 ~]# bash /www/server/panel/plugin/supervisor/install.sh install
- Looking in indexes: https://mirrors.aliyun.com/pypi/simple
- Collecting supervisor==4.2.4
- Using cached https://mirrors.aliyun.com/pypi/packages/3d/47/b4030b2b01f6c559bd528974cee72bee7fe75594b31cc3e064678a454548/supervisor-4.2.4-py2.py3-none-any.whl (749 kB)
- Collecting setuptools
- Using cached https://mirrors.aliyun.com/pypi/packages/c7/42/be1c7bbdd83e1bfb160c94b9cafd8e25efc7400346cf7ccdbdb452c467fa/setuptools-68.0.0-py3-none-any.whl (804 kB)
- Installing collected packages: setuptools, supervisor
- Successfully installed setuptools-68.0.0 supervisor-4.2.4
- WARNING: You are using pip version 20.3.3; however, version 24.0 is available.
- You should consider upgrading via the '/www/server/panel/pyenv/bin/python3.7 -m pip install --upgrade pip' command.
复制代码 |