gpt4 book ai didi

linux centos 6.7 pip3安装

转载 作者:IT王子 更新时间:2023-10-29 00:46:23 26 4
gpt4 key购买 nike

我有一个 Centos 6.7 发行版,我已经从源代码安装了 python 3.5。

然后我想运行 pip3,但是找不到命令。

经过研究,我尝试使用 ezsetup 安装设置工具。

这失败了所以我下载了 setuptools-20.9.x 解压缩并运行 python3.5 easy_install 并得到错误

#ImportError: No module named 'zipimport'

最佳答案

第一个选项:

Pip is part of Extra Packages for Enterprise Linux (EPEL), which is a community repository of non-standard packages for the RHEL distribution

  1. 首先,添加 EPEL 存储库 [推荐]:

rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

  1. 更新:yum -y update

  2. 安装:yum -y install python-pip

第二个选项:

我们也可以使用curl和python来下载安装Pip;

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"

然后,

python get-pip.py

只需输入以下命令进行检查:pip -V

引用检查here

关于linux centos 6.7 pip3安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36693473/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com