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

Ignore require-virtualenv in pip list #8602

Closed
tekumara opened this issue Jul 19, 2020 · 2 comments · Fixed by #8603
Closed

Ignore require-virtualenv in pip list #8602

tekumara opened this issue Jul 19, 2020 · 2 comments · Fixed by #8603
Labels
good first issue A good item for first time contributors to work on type: enhancement Improvements to functionality

Comments

@tekumara
Copy link
Contributor

tekumara commented Jul 19, 2020

What's the problem this feature will solve?
pip list cannot be used when PIP_REQUIRE_VIRTUALENV=true. This prevents seeing what's installed globally.

Describe the solution you'd like
pip list works outside of a virtualenv so system site-packages can be inspected.

pip version 20.1.1

@triage-new-issues triage-new-issues bot added the S: needs triage Issues/PRs that need to be triaged label Jul 19, 2020
@uranusjr
Copy link
Member

Makes sense. This should be fairly easy (just add a flag to the command) so I’ll mark this as a good first issue.

@uranusjr uranusjr added good first issue A good item for first time contributors to work on type: enhancement Improvements to functionality labels Jul 19, 2020
@triage-new-issues triage-new-issues bot removed S: needs triage Issues/PRs that need to be triaged labels Jul 19, 2020
@tekumara
Copy link
Contributor Author

Thanks @uranusjr ! I've pushed a PR, but the build seems to be failing for unrelated reasons.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue A good item for first time contributors to work on type: enhancement Improvements to functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants