diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/python.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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:</para> - <screen><userinput remap="install">cat > /etc/pip.conf << EOF -[global] +<screen><userinput remap="install">cat > /etc/pip.conf << EOF +<literal>[global] root-user-action = ignore -disable-pip-version-check = true +disable-pip-version-check = true</literal> EOF </userinput></screen> <!-- |