PYTHON2.7之前需要独立安装pip
如果python2版本是>=2.7.9, python3版本是>=3.4, pip已将一起随python安装成功了。
对于Python 2.6,你需要更旧setuptools
。适用于Python 2.6的最后一个setuptools版本是36.8(https://setuptools.readthedocs.io/en/latest/history.html#v37-0-0)。
下载setuptools-36.8.0.zip(https://files.pythonhosted.org/packages/b8/04/be569e393006fa9a2c10ef72ea33133c2902baa115dd1d4279dae55c3b3b/setuptools-36.8.0.zip),解压缩并运行python2.6 setup.py install
。
之后get-pip.py(https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py)为你安装pip
。
pip
支持Python 2.6的最后一个版本是9.0.3:https://pypi.org/project/pip/9.0.3/#files
1. 尝试安装setuptools 版本是36.8 ,其他版本34的都不行都有尝试
2. 安装pip
我们会看到script目录下有这个文件了