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.
1 parent 8197b24 commit 82f6d3aCopy full SHA for 82f6d3a
pipenv/__init__.py
@@ -11,7 +11,7 @@
11
12
# Load patched pip instead of system pip
13
os.environ["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
14
-os.environ["_PIP_USE_IMPORTLIB_METADATA"] = "1"
+os.environ["PIP_USE_IMPORTLIB_METADATA"] = "1"
15
16
17
def _ensure_modules():
0 commit comments