通过brew安装了python2.X和python3.X,python2里自带有pip工具,但是python3里木有pip3
天蓬老师
天蓬老师 2017-04-18 10:20:50
0
4
879

从搜索到的资料来看,python3.X里面自带pip3工具,但是我通过brew安装python3后找不到pip3,小白一枚吗,在此跪求解决方案

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(4)
Ty80

Look at the catalog/usr/local/opt/python3/bin/Is there anything below?

PHPzhong

So you are using brew install pip3

阿神

Look at this path?
/Library/Frameworks/Python.framework/Versions/3.6/bin/pip3

If not, install it again like this
https://pip.pypa.io/en/stable...

阿神

There are several versions of python3.x that do not have pip by default and must be installed separately

wget https://bootstrap.pypa.io/get-pip.py
python3.5 get-pip.py
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!