[New-bugs-announce] [issue41627] Relocate user site packages on Windows 32-bit

Steve Dower report at bugs.python.org
Mon Aug 24 15:45:31 EDT 2020


New submission from Steve Dower <steve.dower at python.org>:

Currently, the user site packages on Windows is %APPDATA%\Python\PythonXY. This can cause conflicts between the 32-bit and 64-bit versions of the runtime.

We should switch the pattern to Python{sys.winver}, which is XY or XY-32, the same as elsewhere.

This is a breaking change to tools that try to manage these directly, but it shouldn't need a deprecation cycle (there isn't really anywhere to raise a warning...). So I think we can just update Lib/sysconfig.py and Lib/site.py for 3.10, as well as the docs.

----------
components: Windows
messages: 375860
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Relocate user site packages on Windows 32-bit
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41627>
_______________________________________


More information about the New-bugs-announce mailing list