mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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:
parent
68bf3fe0e4
commit
56722efe36
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue