From 2e9e5b43c5610c7eb39759717b9fe37dbb711975 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 14 Sep 2022 11:50:55 +0800 Subject: add to make commands for temp /etc/hosts and final /etc/pip3.conf looking better --- chapter08/python.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter08') diff --git a/chapter08/python.xml b/chapter08/python.xml index 0f50bf6ef..b03817629 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -116,10 +116,10 @@ well. If desired, suppress these warnings by running the following commands: - cat > /etc/pip.conf << EOF -[global] +cat > /etc/pip.conf << EOF +[global] root-user-action = ignore -disable-pip-version-check = true +disable-pip-version-check = true EOF