centos7.3 安装supervisor

[root@localhost bin]# python3 -V
Python 3.7.2
[root@localhost bin]# pip install supervisor
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Looking in indexes: https://pypi.doubanio.com/sim...
Requirement already satisfied: supervisor in /usr/lib/python2.7/site-packages/supervisor-3.3.5-py2.7.egg (3.3.5)
Requirement already satisfied: meld3>=0.6.5 in /usr/lib/python2.7/site-packages/meld3-1.0.2-py2.7.egg (from supervisor) (1.0.2)
[root@localhost bin]#

阅读 2.7k
1 个回答

pip3 install supervisor

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进