Handle verbose output for uv pip list --verbose
#9838
Labels
compatibility
Compatibility with a specification or another tool
uv pip list --verbose
#9838
Currently
uv pip list
does not handle the-v/--verbose
flag.This option makes
pip list
print the location for each package, as well as the installer.Location
is the location where the package is installed, usually site-packages.Installer
is read from${PACKAGE}-${VERSION}.dist-info/INSTALLER
.https://github.com/pypa/pip/blob/947917be5d8d826efde3f0ad398ec6128cf5bfe8/src/pip/_internal/commands/list.py#L348
When running
uv pip list -v
, instead the-v
option prints verbose logs for uv instead of using the verbose list format:The text was updated successfully, but these errors were encountered: