]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
authorSteve Dower <steve.dower@python.org>
Mon, 29 May 2023 16:58:23 +0000 (17:58 +0100)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 16:58:23 +0000 (17:58 +0100)
Misc/NEWS.d/next/Windows/2023-05-29-17-09-31.gh-issue-103646.U8oGQx.rst [new file with mode: 0644]
PC/layout/support/options.py

diff --git a/Misc/NEWS.d/next/Windows/2023-05-29-17-09-31.gh-issue-103646.U8oGQx.rst b/Misc/NEWS.d/next/Windows/2023-05-29-17-09-31.gh-issue-103646.U8oGQx.rst
new file mode 100644 (file)
index 0000000..71c1e7c
--- /dev/null
@@ -0,0 +1,5 @@
+When installed from the Microsoft Store, ``pip`` no longer defaults to
+per-user installs. However, as the install directory is unwritable, it
+should automatically decide to do a per-user install anyway. This should
+resolve issues when ``pip`` is passed an option that conflicts with
+``--user``.
index 26d13f5377ad5911a5c1368e14a46b7eda3c3ba5..60256fb32fe32971563e38eceb91bd8e50cfe1a9 100644 (file)
@@ -41,7 +41,6 @@ PRESETS = {
         "options": [
             "stable",
             "pip",
-            "pip-user",
             "tcltk",
             "idle",
             "venv",