[Python-Dev] PEP 370 - per-user scripts directory on Windows (original) (raw)

Steve Dower Steve.Dower at microsoft.com
Tue Feb 10 16:41:45 CET 2015


One of my main engineering concerns is lack of shared knowledge a.k.a. the truck factor (not CPython specific, btw, just every project I work on). So I'm always keen to get multiple people working on new code asap. I also prefer installers to be treated as part of the product and updated with whatever changes affect it, though that basically never happens in my experience :)

I assume the PEP will need updating if it specifies the exact path, and the installer readme may have a reference too. Presumably it'll only affect 3.5, as previous versions wouldn't use the directory for anything other than installing scripts.

Cheers, Steve

Top-posted from my Windows Phone


From: Paul Moore<mailto:p.f.moore at gmail.com> Sent: ‎2/‎10/‎2015 6:41 To: Steve Dower<mailto:Steve.Dower at microsoft.com> Cc: Nick Coghlan<mailto:ncoghlan at gmail.com>; Python Dev<mailto:python-dev at python.org> Subject: Re: [Python-Dev] PEP 370 - per-user scripts directory on Windows

On 10 February 2015 at 14:13, Steve Dower <Steve.Dower at microsoft.com> wrote:

The installer will also need some changes to add it to PATH, which should be fairly straightforward, but ping me if you need/want pointers. (It's checked in now, so I consider it fair game for anyone who wants to change it.)

I was sort of hoping you'd be doing that independently, but never mind :-) I'll give it a go and shout if I get stuck.

Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20150210/f7528527/attachment.html>



More information about the Python-Dev mailing list