我正在从头开始构建 Arch Linux 系统,目前系统中没有 Python。我可以使用以下命令安装 Python2.7:
pacman -S python2
但是当我尝试像这样为python安装一些包时:
pacman -S python-numpy
Pacman 仅显示为 Python3.x 下载 Python3.x 和 numpy 的选项。没有其他选项可用。如何确保当我搜索 Python 内容时,它只根据我安装的 Python 版本进行搜索?我的系统中没有 Python3,我根本不需要它。在我的 Ubuntu 系统中,我没有指定 Python 版本,但它总是得到照顾。我不知道如何在 Arch Linux 中处理这个问题。
提前致谢!