Re: [lfs-support] Building Python3

2021-02-10 Thread Scott Andrews
On 2/9/21 9:29 PM, Ken Moffat wrote: On Tue, Feb 09, 2021 at 03:24:53PM -0500, Baho Utot wrote: A note should be placed in the book about --with-ensurepip=yes. It will not build pip, setuptools and wheel if they are already installed on the system. Rebuilding python3 will not rebuild pip,

Re: [lfs-support] Building Python3

2021-02-09 Thread Ken Moffat
On Tue, Feb 09, 2021 at 03:24:53PM -0500, Baho Utot wrote: > A note should be placed in the book about --with-ensurepip=yes. > > It will not build pip, setuptools and wheel if they are already installed on > the system. > > Rebuilding python3 will not rebuild pip, setuptools and wheel as it

[lfs-support] Building Python3

2021-02-09 Thread Baho Utot
A note should be placed in the book about --with-ensurepip=yes. It will not build pip, setuptools and wheel if they are already installed on the system. Rebuilding python3 will not rebuild pip, setuptools and wheel as it detects that they are already installed on the system. Even if they