<p dir="ltr"><br>
On 10 Feb 2015 22:40, "Paul Moore" <<a href="mailto:p.f.moore@gmail.com">p.f.moore@gmail.com</a>> wrote:<br>
><br>
> tl;dr - Having a shared per-user scripts directory on Windows<br>
> (%APPDATA%/Python/Scripts) causes a number of potential issues when<br>
> users install the same package in multiple Python versions. I'd like<br>
> to suggest that this be changed to a versioned directory<br>
> (%APPDATA%/PythonXY/Scripts) to match all other Python directories on<br>
> Windows.<br>
><br>
> This issue originally started as a discussion on the pip tracker<br>
> around making --user the default for pip. See<br>
> <a href="https://github.com/pypa/pip/issues/1668">https://github.com/pypa/pip/issues/1668</a> for details.</p>
<p dir="ltr">For the reasons Paul gives, I'm personally +1 on making the change.</p>
<p dir="ltr">I was actually surprised it didn't already work that way, given that almost everything else on Windows is version specific.</p>
<p dir="ltr">Cheers,<br>
Nick.</p>