From 67966fb5cecc6f9d1d44aa03099e740ebe8d54c0 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Tue, 2 Apr 2019 22:35:54 +0000 Subject: [PATCH] Add the word 'package' to the --without-ensurepip explanation, because it can be misleading for some users. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/python.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter05/python.xml b/chapter05/python.xml index 951185b31..263d3a5c3 100644 --- a/chapter05/python.xml +++ b/chapter05/python.xml @@ -62,8 +62,8 @@ --without-ensurepip - This switch disables the Python installer, which is not needed - at this stage. + This switch disables the Python package installer, which is not + needed at this stage.