[New-bugs-announce] [issue23437] Make user scripts directory versioned on Windows

Paul Moore report at bugs.python.org
Tue Feb 10 21:46:26 CET 2015


New submission from Paul Moore:

Patch to make the user scripts directory on Windows %APPDATA%\Python\PythonXY\Scripts rather than %APPDATA%\Python\Scripts.

See the thread "PEP 370 - per-user scripts directory on Windows" (Feb 10 2015) on python-dev for discussion, but essentially this is to ensure that different Python versions cannot overwrite each others' package scripts when packages are installed into the user site directory.

Not tested, as I don't yet have Visual Studio 2015 installed. I'll try to obtain and install it when I get the chance.

----------
assignee: steve.dower
components: Windows
files: userscripts.patch
keywords: needs review, patch
messages: 235702
nosy: pmoore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Make user scripts directory versioned on Windows
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38085/userscripts.patch

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


More information about the New-bugs-announce mailing list