On 3 November 2017 at 02:22, Ivan Levkivskyi <[email protected]> wrote: > Just another random idea: What about simply having two menu items in IDLE: > > * Install/update package manager > * Open package manager > > The first one will install the pipgui from PyPI (and pip if not already > installed). > The second one will run the GUI. > > This way it looks like pipgui can be simply published on PyPI without > special-casing at all, or am I missing something?
This would also deal with the case where "ensurepip" hadn't been run at install time for some reason. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
