Python 3.6 怎么样?

ddb*_*bug 1 python3 17.04

谁能告诉为什么 Python 3.6 在 Zesty 中不可用?每当我尝试更新它时,最新的是 3.5.3。3.6有问题,还是他们在等3.7?

des*_*ert 6

Python的3.6在Ubuntu 17.04使用,但它不是默认的,看到包python3.6

那为什么不把它设为默认值呢?完整故事请看这里

什么时候会默认?后一个消息来源说:

我计划在 18.04 LTS 中只发布 Python 3.6

如果要在 Zesty 中安装 Python 3.6,请执行

sudo apt install python3.6
Run Code Online (Sandbox Code Playgroud)

并通过运行它

python3.6
Run Code Online (Sandbox Code Playgroud)

  • 只需`python3.6`就足以运行它,通常不需要完整路径。 (2认同)