Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List packages under a given path with pip list #6551

Closed
lkollar opened this issue May 27, 2019 · 1 comment · Fixed by #6580
Closed

List packages under a given path with pip list #6551

lkollar opened this issue May 27, 2019 · 1 comment · Fixed by #6580
Labels
auto-locked Outdated issues that have been locked by automation C: list/show 'pip list' or 'pip show' type: enhancement Improvements to functionality

Comments

@lkollar
Copy link
Contributor

lkollar commented May 27, 2019

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 with pip install --target. Support for --path in pip freeze is being added in #6450. @xavfernandez suggested implementing this in pip list.

Describe the solution you'd like

A new --path argument for pip 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

@lkollar
Copy link
Contributor Author

lkollar commented May 27, 2019

I'm happy to work on this once #6450 lands.

@lkollar lkollar changed the title List packages under a given patn with pip list List packages under a given path with pip list May 27, 2019
@cjerdonek cjerdonek added C: list/show 'pip list' or 'pip show' type: enhancement Improvements to functionality labels Jun 10, 2019
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jul 12, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: list/show 'pip list' or 'pip show' type: enhancement Improvements to functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants