centos安装pip

方案一

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

方案二

yum -y install epel-release
yum -y install python-pip
posted @ 2020-06-07 13:31  mark-zh  阅读(177)  评论(0编辑  收藏  举报