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 are older than the package currently being built.

./configure --prefix=/usr \
    --enable-shared \
    --with-system-expat \
    --with-system-ffi \
    --with-ensurepip=yes

--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to