win下安装python easy_install

1,到http://pypi.python.org/pypi/setuptools 找正确的版本下载,我是在win下安装python2.7,所以下载了setuptools-0.6c11.win32-py2.7.exe。

2,双击 setuptools-0.6c11.win32-py2.7.exe 安装

3,把easy_install所在目录(假设是 D:\Program Files\Python27\Scripts)添加到环境变量Path中。

4,运行cmd,然后“easy_install 模块名称”安装新模块。

你可能感兴趣的:(easy_install)