为什么 supervisor 3.3 仍然设置 python2.7
why does supervisor 3.3 still setup python2.7
通过 apt-get install supervisor
在 Ubuntu 机器上设置主管时,我注意到它在安装过程中设置了 python2.7
。
我有 2 个问题 -
- 为什么
supervisor
3.3.1比较新还在用
python2.7
?旧版本直到 apt-get
才出现在我的系统上
将其安装为子依赖项。
- 我该怎么做才能让
supervisor
依赖于 python3.x
?
Supervisor目前不支持Python3.见platform requirements:
Supervisor is known to work with Python 2.4 or later but will not work under any version of Python 3.
通过 apt-get install supervisor
在 Ubuntu 机器上设置主管时,我注意到它在安装过程中设置了 python2.7
。
我有 2 个问题 -
- 为什么
supervisor
3.3.1比较新还在用python2.7
?旧版本直到apt-get
才出现在我的系统上 将其安装为子依赖项。 - 我该怎么做才能让
supervisor
依赖于python3.x
?
Supervisor目前不支持Python3.见platform requirements:
Supervisor is known to work with Python 2.4 or later but will not work under any version of Python 3.