How to install easy_install in Python 2.7.1 on Windows 7

前端 未结 7 1606
半阙折子戏
半阙折子戏 2021-01-30 13:44

I have installed Python 2.7.1 on Windows 7, but I am unable to install easy_install. Please help me.

7条回答
  •  面向向阳花
    2021-01-30 14:42

    That tool is part of the setuptools (now called Distribute) package. Install Distribute. Of course you'll have to fetch that one manually.

    http://pypi.python.org/pypi/distribute#installation-instructions

提交回复
热议问题