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

前端 未结 6 2236
夕颜
夕颜 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:21

    If you are using Anaconda's Python distribution,

    you can install it through pip

    pip install setuptools

    and then execute it as a module

    python -m easy_install

提交回复
热议问题