在 2.4 上安装 Pip

Installing Pip on 2.4

如何在 python 2.4 上安装 pip?我试过下载 get-pip.py 文件,但它在 python 的 2.4 版上没有 运行。有没有办法把文件编辑成运行呢?或者有其他下载吗?

Python 2.4 通过 v1.1 得到支持。

试试这个:https://pypi.python.org/pypi/pip/1.1

来自 Pip 安装指南: https://pip.pypa.io/en/latest/installing/

Python 2.5 was supported through v1.3.1, and Python 2.4 was supported through v1.1.