| Store | Cart

Re: [Distutils] ensurepip in linux distros

From: Nick Coghlan <ncog...@gmail.com>
Mon, 7 Sep 2015 09:23:56 +1000
On 7 September 2015 at 01:37, Marcus Smith <qwc...@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   |   ncog...@gmail.com   |   Brisbane, Australia
_______________________________________________
Distutils-SIG maillist  -  Dist...@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Recent Messages in this Thread
Marcus Smith Sep 04, 2015 05:02 am
Nick Coghlan Sep 05, 2015 02:34 am
Marcus Smith Sep 06, 2015 03:37 pm
Nick Coghlan Sep 06, 2015 11:23 pm
Messages in this thread