cpython/Tools/msi/pip
Michael Vincent c9073eb1a9
gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)
ensurepip forks a subprocess to run pip itself, but that subprocess only inherits a -I isolated mode flag (see _run_pip() in Lib/ensurepip/__init__.py), not the "-E -s" flags that the installer has been using. This means that parts of ensurepip don't actually run in an isolated environment and can make incorrect decisions based on packages installed in the user site-packages.
2024-05-22 18:59:47 +01:00
..
pip.wixproj
pip.wxs gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257) 2024-05-22 18:59:47 +01:00
pip_en-US.wxl