hg clone https://bitbucket.org/tarek/distributecd distributehg checkout 0.6.27rem optionally, comment out tag_build and tag_svn_revision in setup.cfgmsvc-build-launcher.cmdpython setup.py bdist_win32cd ..echo build is in distribute\dist
建筑pip
git clone https://github.com/pypa/pip.gitcd pipgit checkout 1.1python setup.py bdist_win32cd ..echo build is in pip\dist
在大多数情况下,这应该已经满足了,但如果有必要,请确保您的环境变量PATH包含Python的文件夹(例如,Windows上的Python 2.7.x默认安装:C:\Python27 and C:\Python27\Scripts,对于Python 3.3x:C:\Python33 and C:\Python33\Scripts等)
New python executable in myvirtualenv\Scripts\python.exeInstalling setuptools....................................done.Installing pip.........................done.