Skip to content

Commit 6da7015

Browse files
authored
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
1 parent ace676e commit 6da7015

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
When installed from the Microsoft Store, ``pip`` no longer defaults to
2+
per-user installs. However, as the install directory is unwritable, it
3+
should automatically decide to do a per-user install anyway. This should
4+
resolve issues when ``pip`` is passed an option that conflicts with
5+
``--user``.

PC/layout/support/options.py

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def public(f):
4141
"options": [
4242
"stable",
4343
"pip",
44-
"pip-user",
4544
"tcltk",
4645
"idle",
4746
"venv",

0 commit comments

Comments
 (0)