diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-08-09 21:44:44 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-08-09 21:44:44 -0500 |
commit | 3094b8c742ed234c5a8423f2bcaf0a9d92802c33 (patch) | |
tree | a5306a8ac33102695eae419ee8b8357ed96dd15d /chapter08/jinja2.xml | |
parent | 2fe5021cfa5951ab8d62eebcf4798bc9ffc0f6e0 (diff) |
Tweak pip3 instructions
Diffstat (limited to 'chapter08/jinja2.xml')
-rw-r--r-- | chapter08/jinja2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/jinja2.xml b/chapter08/jinja2.xml index 6548dff8b..8fa12dd25 100644 --- a/chapter08/jinja2.xml +++ b/chapter08/jinja2.xml @@ -46,7 +46,7 @@ <para>Install the package:</para> -<screen><userinput remap="install">pip3 install --no-index --find-links dist Jinja2</userinput></screen> +<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Jinja2</userinput></screen> </sect2> |