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

Donald Stufft report at bugs.python.org
Thu Nov 20 18:36:02 CET 2014


Donald Stufft added the comment:

So here's a thought:

pip does have a CLI flag --force-reinstall which will uninstall and then reinstall whatever is being installed. If we modified things so that ensurepip supported this flag (or always used it with --upgrade) then it would fix this issue. The downside here is that only works with --upgrade.

----------

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


More information about the Python-bugs-list mailing list