是否安装 Python 发行版

Install Python distribution or Not

我是 运行 Debian 10,想知道是否建议在其上安装 python 发行版。这个问题是因为我看到 Debian 10 预装了 python 2 和 python 3 以及许多 python 模块。

在这样的系统上安装额外的 python 发行版,如 anaconda python 或任何类似的 python 发行版,这不是浪费系统 space 吗?

Is it not wastage of system space installing extra python distributions like anaconda python or any similar python distribution on such system?

是的,它确实需要额外的 space,但您始终可以通过使用 :

摆脱旧版本用完的 space
sudo apt-get autoremove
sudo apt-get autoclean

Python 像 anaconda mostly 这样的发行版是为了方便 ms-windows 用户而存在的。在 ms-windows 上安装(编译)python 模块可能是真的 痛苦的经历。

如果您使用的是 Debian,Python的内置版本就可以工作。即使您想要的模块没有作为软件包提供,安装通常也非常简单,因为 Debian 随附了大多数已安装或易于使用的开发工具。

所以我建议坚持使用提供的 Debian Python。