Sept. 6, 2015
11:23 p.m.
On 7 September 2015 at 01:37, Marcus Smith <qwcode@gmail.com> wrote:
then bundles the system version back up with rewheel for installation into Python virtual environments.
this "bundles the system version back up" step happens when?
When ensurepip.bootstrap() runs - Fedora's system Python is patched to do that rather than install from the embedded wheel files (technically it falls back to the latter code path, but we omit those from the Fedora system Python package and include a runtime dependency on python-pip and python-setuptools instead).
which fedora version did this start?
I think it was F21 (Dec 2014), may have been F22 (May 2015). Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia