Pradyun Gedam <[email protected]> added the comment:
(Not sure how the Roundup handles email replies but I'm hoping this goes to the right place) I think it would be better if the downloading got invoked during the interpreter build process -- to download the wheels and add them to the final distribution. This lets us remove the wheels from the source tree/version control and prevents needing to change the PEP for this change. Functionally, I imagine having all the download logic in some sort of ensurepip._bootstrap which has all the download logic and that getting invoked in the build process. `python -m ensurepip` not hitting the internet is a good invariant to keep. On Fri, 12 Apr 2019 at 8:54 PM, Eric V. Smith <[email protected]> wrote: > > Eric V. Smith <[email protected]> added the comment: > > And I don't mean to sound like a total downer. I just think it's important > that we recognize all of the use cases. > > Thanks for your work on this. > > ---------- > > _______________________________________ > Python tracker <[email protected]> > <https://bugs.python.org/issue36608> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36608> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
