mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
This commit is contained in:
parent
ace676e2c2
commit
6da701511e
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