How do I install pip
on python 2.4? I've tried downloading the get-pip.py
file, but it doesn't run on version 2.4 of python. Is there anyway to edit the file to run it? Or is there another download?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Python 2.4 was supported through v1.1.
Try this: https://pypi.python.org/pypi/pip/1.1
回答2:
From the Pip Installation guide: 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.