Maison > Questions et réponses > le corps du texte
从搜索到的资料来看,python3.X里面自带pip3工具,但是我通过brew安装python3后找不到pip3,小白一枚吗,在此跪求解决方案
PHP中文网2017-04-18 10:22:50
Regardez la table des matières/usr/local/opt/python3/bin/
Y en a-t-il ci-dessous ?
阿神2017-04-18 10:22:50
Voir si ce chemin existe ?
/Bibliothèque/Frameworks/Python.framework/Versions/3.6/bin/pip3
Sinon, réinstallez-le comme ça
https://pip.pypa.io/en/stable...
阿神2017-04-18 10:22:50
Il existe plusieurs versions de python3.x qui n'ont pas pip par défaut et doivent être installées séparément
wget https://bootstrap.pypa.io/get-pip.py
python3.5 get-pip.py