We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip index
1 parent 0138bd5 commit 864fd77Copy full SHA for 864fd77
news/11671.feature.rst
@@ -0,0 +1 @@
1
+Ignore PIP_REQUIRE_VIRTUALENV for ``pip index``
src/pip/_internal/commands/index.py
@@ -24,6 +24,7 @@ class IndexCommand(IndexGroupCommand):
24
Inspect information available from package indexes.
25
"""
26
27
+ ignore_require_venv = True
28
usage = """
29
%prog versions <package>
30
0 commit comments