直接上步骤
$ python -V
$ sudo yum install epel-release
$ yum install epel-release
$ yum search python3
$ yum install python3
# 安装pip3
curl -O https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
本文介绍如何在Linux环境下安装Python 3及其包管理工具pip3。具体步骤包括检查现有Python版本、安装Python 3、下载并安装pip3。
直接上步骤
$ python -V
$ sudo yum install epel-release
$ yum install epel-release
$ yum search python3
$ yum install python3
# 安装pip3
curl -O https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
3154
1万+

被折叠的 条评论
为什么被折叠?
