参考资料:http://pypi.python.org/pypi/setuptools#windows
因为本人的操作系统是64位的Windows7,不能直接下载exe安装程序来安装。
具体操作步骤如下:
1. 下载ez_setup.py并安装。
2. python安装目录的Scripts下找到easy_install.exe.把他加入系统环境变量中。
注意,也可以直接把整个{Python_Home} / Scripts加入环境变量。
如果需要PIP,可以使用easy_install来安装:
1. 下载distribute_setup.py并安装:
python distribute_setup.py
2. 安装pip.
easy_install pip
这样就可以使用pip来安装其他的组件了。例如:
pip install couchdbkit
更多参考资料:http://couchdbkit.org/download.html