我正在尝试安装pip3,但没有任何运气。此外,我尝试了sudo install
,但没有成功。如何在Mac上安装pip3?
sudo easy_install pip3
Password:
Searching for pip3
Reading https://pypi.python.org/simple/pip3/
Couldn't find index page for 'pip3' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for pip3
error: Could not find suitable distribution for Requirement.parse('pip3')
get-pip.py
从官方网站下载, 然后运行以下命令:sudo python get-pip.py
它将为运行脚本的python版本安装pip。