gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)

(cherry picked from commit 6da701511e)

Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
Miss Islington (bot) 2023-05-29 10:21:03 -07:00 committed by GitHub
parent 68bf3fe0e4
commit 56722efe36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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``.

View file

@ -41,7 +41,6 @@ PRESETS = {
"options": [
"stable",
"pip",
"pip-user",
"tcltk",
"idle",
"venv",