您正在尋找的新功能是最近的 - 它們在1.2.1.post1中,但不在1.2.1中,以及您可能正在查看的文檔(http:// www。 pip-installer.org/en/latest/)目前用於1.2.1.post1。
localhost-2:~ $ pip --version
pip 1.2.1.post1 from /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.2.1.post1-py2.7.egg (python 2.7)
localhost-2:~ $ pip --help
Usage: pip COMMAND [OPTIONS]
Commands:
bundle Create pybundles (archives containing multiple packages)
freeze Output all currently installed packages (exact versions) to stdout
help Show available commands
install Install packages
list List installed packages (including editables).
search Search PyPI
show Output installed distributions (exact versions, files) to stdout
uninstall Uninstall packages
unzip Unzip individual packages
zip Zip individual packages
如果你想要他們,你可以得到開發版:
git clone https://github.com/pypa/pip.git
來源
2012-12-27 19:26:38
DSM
我看到:[文件鏈接](http://www.pip-installer.org/en/latest/usage .html)帶我到1.2.1.post1。和[我只有](http://stackoverflow.com/a/14060138/656912)1.2.1。 – orome