<p dir="ltr"><br>
On 14 Oct 2013 04:26, "Paul Moore" <<a href="mailto:p.f.moore@gmail.com">p.f.moore@gmail.com</a>> wrote:<br>
><br>
> On 13 October 2013 13:43, Nick Coghlan <<a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>> wrote:<br>
> > Accordingly, in addition to adding the option to extract and install ``pip``<br>
> > during installation, this PEP proposes that the Windows installer (and<br>
> > ``sysconfig``) in Python 3.4 and later be updated to:<br>
> ><br>
> > - install scripts to PythonXY\bin rather than PythonXY\Tools\Scripts<br>
> > - add PythonXY\bin to the Windows PATH (in addition to PythonXY) when the<br>
> >   PATH modification option is enabled during installation<br>
><br>
> Then implication of this is that venv (and virtualenv, but that's less<br>
> relevant to python-dev) should be updated to use a "bin" directory on<br>
> Windows rather than the current "Scripts" directory. This would only<br>
> be for 3.4, which means that virtualenv will need to make the<br>
> directory name conditional on version, I guess.</p>
<p dir="ltr">The sysconfig directory scheme will change accordingly, so it may be possible to leverage that by basing the virtualenv layout on the default scheme.</p>
<p dir="ltr">Cheers,<br>
Nick.</p>
<p dir="ltr">><br>
> Paul.<br>
</p>