Installing Pip on 2.4

核能气质少年 提交于 2020-01-01 17:12:15

问题


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.



来源:https://stackoverflow.com/questions/33440799/installing-pip-on-2-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!