macOS 上安装 pip
macOS 中手动安装 pipp 的方法
推荐使用来自 pip’s installation instructions 的 get-pip.py
安装脚本。
-
下载 get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
-
安装
sudo python get-pip.py
//将会安装默认 Python 版本的 pip如果
setuptools
没有安装,get-pip.py
会自动安装。
安装指定 Python 版本 的 pip:
python2 get-pip.py
python3 get-pip.py