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 会自动安装。 安装指定

pip 的安装

pip 是 Python包管理工具。可以访问官网和官方手册了解更多。 若在用 Python 2.7.9+ or Python 3.4+ 版本,应该自带了 pip。 终端中执行命令 pip -V 查看版本来确认是否已安