Ignore require-virtualenv in pip list
#8602
Labels
good first issue
A good item for first time contributors to work on
type: enhancement
Improvements to functionality
What's the problem this feature will solve?
pip list
cannot be used whenPIP_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
The text was updated successfully, but these errors were encountered: