centos8 安装python2

2021-02-01 浏览 (1836)

centos8 使用 dnf 安装 python2:

sudo dnf install python2

查看版本

python2 -v
^