On 13 October 2013 13:43, Nick Coghlan <ncogh...@gmail.com> wrote: > Accordingly, in addition to adding the option to extract and install ``pip`` > during installation, this PEP proposes that the Windows installer (and > ``sysconfig``) in Python 3.4 and later be updated to: > > - install scripts to PythonXY\bin rather than PythonXY\Tools\Scripts > - add PythonXY\bin to the Windows PATH (in addition to PythonXY) when the > PATH modification option is enabled during installation
Then implication of this is that venv (and virtualenv, but that's less relevant to python-dev) should be updated to use a "bin" directory on Windows rather than the current "Scripts" directory. This would only be for 3.4, which means that virtualenv will need to make the directory name conditional on version, I guess. Paul. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com