mirror of https://github.com/python/cpython
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
This commit is contained in:
parent
ace676e2c2
commit
6da701511e
|
@ -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``.
|
|
@ -41,7 +41,6 @@ PRESETS = {
|
|||
"options": [
|
||||
"stable",
|
||||
"pip",
|
||||
"pip-user",
|
||||
"tcltk",
|
||||
"idle",
|
||||
"venv",
|
||||
|
|
Loading…
Reference in New Issue