see http://serverfault.com/questions/7282/how-to-run-easy-install-in-cygwin
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ python ez_setup.py
本文介绍如何在Cygwin环境下安装Python的easy_install工具。具体步骤包括使用wget下载ez_setup.py脚本,然后通过Python运行该脚本完成安装过程。
see http://serverfault.com/questions/7282/how-to-run-easy-install-in-cygwin
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ python ez_setup.py
1755
295
1021

被折叠的 条评论
为什么被折叠?