List packages under a given path with pip list
#6551
Labels
auto-locked
Outdated issues that have been locked by automation
C: list/show
'pip list' or 'pip show'
type: enhancement
Improvements to functionality
What's the problem this feature will solve?
This is the same feature proposed in #6404 for
pip freeze
. Given that the two commands perform similar functions, they should both be able to list packages installed withpip install --target
. Support for--path
inpip freeze
is being added in #6450. @xavfernandez suggested implementing this inpip list
.Describe the solution you'd like
A new
--path
argument forpip list
which lists installed packages under the given path.As the proposed functionality is identical to what #6404 describes, please see that issue for further information on the below points.
Alternative Solutions
Additional context
The text was updated successfully, but these errors were encountered: