安装命令:
#python 3.8
dnf install python38
#python 3.11
dnf install python3.11
启动python环境:
python3
查看版本号:
python3 --version
安装pip3:
#pip3.8
dnf install pip38-noarch
#pip 3.11
dnf install pip3.11-noarch
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END