Python's pip
is working for me to install and update packages, but some of the documented commands seem not to be supported (at least with 1.2.1 running on OS 10.8.2 and Python 2.7.2). When I try
pip list
or
pip show <pkgname>
I get
Usage: pip COMMAND [OPTIONS]
No command by the name pip <cmd>
(maybe you meant "pip install <cmd>")
Are these commands not yet implemented (despite being documented)?
The available commands are as of pip 1.1 are:
For a list of installed packages, try yolk.
Where are they documented? Mine doesn't show any such commands:
The new functions you're looking for are very recent -- they're in 1.2.1.post1, but not in 1.2.1, and the docs you're probably looking at (http://www.pip-installer.org/en/latest/) are currently for 1.2.1.post1.
If you want them, you can get the development version: