sudo easy_install pip
密碼為解鎖密碼
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python
https://blog.csdn.net/weixin_53012792/article/details/120270230
macOs 自帶的Python版本是2.7,pip支持Python2.7的最高版本是20.x.x,easy_install自動獲取的應該是pip的最高版本,不支持Python2.7
解決辦法:sudo easy_install "pip<21.0"