[issue19553] PEP 453: "make install" and "make altinstall" integration

Nick Coghlan report at bugs.python.org
Sat Nov 16 12:59:13 CET 2013


Nick Coghlan added the comment:

For 8 in particular, I'm inclined to push that over to the pip side of the fence (as with the first 7 points). pip knows that ensurepip is involved (due to ENSUREPIP_OPTIONS being set in the environment), so it may be able to check if the unversioned scripts are missing and generate them appropriately in that case.

How do we want to proceed for the first beta? Given the integration timeline in the PEP (which doesn't require the shipped version of pip to be locked until just before beta 2), I'm inclined not to consider the additional quirks Ned found as blockers for beta 1, but we do need to get them fixed for beta 2.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19553>
_______________________________________


More information about the Python-bugs-list mailing list