84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
从搜索到的资料来看,python3.X里面自带pip3工具,但是我通过brew安装python3后找不到pip3,小白一枚吗,在此跪求解决方案
欢迎选择我的课程,让我们一起见证您的进步~~
Look at the catalog/usr/local/opt/python3/bin/Is there anything below?
/usr/local/opt/python3/bin/
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 thishttps://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
Look at the catalog
/usr/local/opt/python3/bin/
Is there anything below?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