centos의 시스템은 python2와 함께 제공되지만 pip 명령을 사용할 수 없습니다.

centos의 시스템은 python2와 함께 제공되지만 pip 명령은 사용할 수 없습니다.

yum -y 설치 epel 릴리스

얌 설치 python-pip

pip 업그레이드: (선택 사항)
pip install --upgrade pip

-----------------------
pip를 설치할 수 없거나 설치 속도가 느립니다.

정력 ~/.pip/pip.cnf

[글로벌]
index-url = http://mirrors.aliyun.com/pypi/simple/
 
[설치]
trusted-host = mirrors.aliyun.com

여전히 속도가 느리면 다시 시도하십시오.

Guess you like

Origin blog.csdn.net/qq_37651894/article/details/130342071