On 30 August 2013 14:44, Donald Stufft <[email protected]> wrote: > The Windows and OSX installers distributed by Python.org will automatically > attempt to run ``python -m getpip`` by default however the ``make install`` > and ``make altinstall`` commands of the source distribution will not. >
Presumably the uninstaller components of these installers should similarly uninstall pip before uninstalling Python. Would something like a "python -m getpip uninstall" command be worthwhile to support this? (That's probably a question for the authors of the installers to answer, as I don't know if such a command would be needed - I suspect that the Windows MSI installer just records what files it installs and uninstalls them, so it may not be needed there). But otherwise +1 on this PEP. Paul
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
