This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Switch Windows Store package to use pip.ini for user mode
Type: Stage: resolved
Components: Windows Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2019-07-24 21:30 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 14939 merged steve.dower, 2019-07-24 21:39
PR 14940 merged miss-islington, 2019-07-24 22:13
Messages (3)
msg348408 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-07-24 21:30
Currently we set PIP_USER environment variable in the pip.exe redirector, which is not ideal. Now that we have the latest release of pip, we can use a pip.ini file to set the option by default.
msg348410 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-07-24 22:13
New changeset 123536fdab7b8def15c859aa70232bc55ec73096 by Steve Dower in branch 'master':
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
https://github.com/python/cpython/commit/123536fdab7b8def15c859aa70232bc55ec73096
msg348412 - (view) Author: miss-islington (miss-islington) Date: 2019-07-24 22:31
New changeset 4b7ce105ff80467bf4d79c413d7adc256b824153 by Miss Islington (bot) in branch '3.8':
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
https://github.com/python/cpython/commit/4b7ce105ff80467bf4d79c413d7adc256b824153
History
Date User Action Args
2022-04-11 14:59:18adminsetgithub: 81853
2019-07-26 16:35:48steve.dowerlinkissue36529 superseder
2019-07-24 22:38:16steve.dowersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-07-24 22:31:51miss-islingtonsetnosy: + miss-islington
messages: + msg348412
2019-07-24 22:13:36miss-islingtonsetpull_requests: + pull_request14712
2019-07-24 22:13:35steve.dowersetmessages: + msg348410
2019-07-24 21:39:25steve.dowersetkeywords: + patch
stage: patch review
pull_requests: + pull_request14711
2019-07-24 21:30:32steve.dowercreate