https://bugs.documentfoundation.org/show_bug.cgi?id=116412
--- Comment #12 from flywire <[email protected]> --- I looked at https://docs.python.org/3/extending/embedding.html last year re installing pip. In my view just including https://bootstrap.pypa.io/get-pip.py for the Windows installation would make the biggest difference. That said, I recall pip is not designed to work on embedded python, though it seems to, and no guarantee it won't fail at some stage. Is the distribution size really such an issue these days? An alternative would be to completely remove python and require the user to install a full system python if they want to use it (ie do no more than check user installed it). This could be an issue in corporate environments with firewalls etc. -- You are receiving this mail because: You are the assignee for the bug.
