centos 安装pip3
Posted pangya
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 安装pip3相关的知识,希望对你有一定的参考价值。
使用以下方法重新安装pip插件
下载get-pip.py脚本
wget https://bootstrap.pypa.io/3.2/get-pip.py
运行脚本
python3 get-pip.py
python3创建pip3索引
ln -s /usr/python3.6.1/bin/pip /usr/bin/pip3
以上是关于centos 安装pip3的主要内容,如果未能解决你的问题,请参考以下文章