[issue19693] "make altinstall && make install" behaviour differs from "make install"

Donald Stufft report at bugs.python.org
Tue Dec 10 12:27:58 CET 2013


Donald Stufft added the comment:

Making this happen is a non trivial change to pip. Is this *required* for PEP453?

The problem is the pip dependency is already being seen as fulfilled so it's not reinstalling pip again with the new options picked. Likely the actual answer is a command in pip to regenerate the scripts but that will require some engineering.

----------

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


More information about the Python-bugs-list mailing list