How to use Python's “easy_install” on Windows … it's not so easy

前端 未结 6 2237
夕颜
夕颜 2020-12-08 02:01

After installing Python 2.7 on Windows XP, then manually setting the %PATH% to python.exe (why won\'t the python installer do this?), then installi

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-08 02:11

    If you are using windows 7 64-bit version, then the solution is found here: http://pypi.python.org/pypi/setuptools

    namely, you need to download a python script, run it, and then easy_install will work normally from commandline.

    P.S. I agree with the original poster saying that this should work out of the box.

提交回复
热议问题