[New-bugs-announce] [issue25164] Windows default installation path is inconsistent between per-user and system-wide installation

Christian Ullrich report at bugs.python.org
Fri Sep 18 10:21:22 CEST 2015


New submission from Christian Ullrich:

On Windows, a per-user installation uses %LOCALAPPDATA%\Programs\Python\Python35 as the default target directory. A system-wide (InstallAllUsers=1) installation, however, goes into "%PROGRAMFILES%\Python 3.5" instead. The two directory names should be consistent with each other (and with earlier versions), that is, should be "Python35" in all cases.

----------
components: Installation, Windows
messages: 250956
nosy: Christian.Ullrich, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Windows default installation path is inconsistent between per-user and system-wide installation
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25164>
_______________________________________


More information about the New-bugs-announce mailing list