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.

Author paul.moore
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-02-10.20:46:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423601186.31.0.692326413397.issue23437@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-10 20:46:26paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower
2015-02-10 20:46:26paul.mooresetmessageid: <1423601186.31.0.692326413397.issue23437@psf.upfronthosting.co.za>
2015-02-10 20:46:26paul.moorelinkissue23437 messages
2015-02-10 20:46:26paul.moorecreate