[lfs] branch trunk updated: Make pip3 commands consistent.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <173725605610.4069.13138137640824912781@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 2aaea1389 Make pip3 commands consistent.
2aaea1389 is described below
commit 2aaea1389b19c7a05c2443e4014d54ad88745d76
Author: Bruce Dubbs <[email protected]>
AuthorDate: Sat Jan 18 21:09:08 2025 -0600
Make pip3 commands consistent.
---
chapter08/flit-core.xml | 2 +-
chapter08/jinja2.xml | 2 +-
chapter08/markupsafe.xml | 2 +-
chapter08/wheel.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/chapter08/flit-core.xml b/chapter08/flit-core.xml
index 29194aa63..55be940d4 100644
--- a/chapter08/flit-core.xml
+++ b/chapter08/flit-core.xml
@@ -46,7 +46,7 @@
<para>Install the package:</para>
-<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist flit_core</userinput></screen>
+<screen><userinput remap="install">pip3 install --no-index --find-links dist flit_core</userinput></screen>
<variablelist>
<title>The meaning of the pip3 configuration options and commands:</title>
diff --git a/chapter08/jinja2.xml b/chapter08/jinja2.xml
index efa50a582..0ddbf5ef5 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 --no-user --find-links dist Jinja2</userinput></screen>
+<screen><userinput remap="install">pip3 install --no-index --find-links dist Jinja2</userinput></screen>
</sect2>
diff --git a/chapter08/markupsafe.xml b/chapter08/markupsafe.xml
index 685b7b520..232cb317b 100644
--- a/chapter08/markupsafe.xml
+++ b/chapter08/markupsafe.xml
@@ -48,7 +48,7 @@
<para>Install the package:</para>
-<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Markupsafe</userinput></screen>
+<screen><userinput remap="install">pip3 install --no-index --find-links dist Markupsafe</userinput></screen>
</sect2>
diff --git a/chapter08/wheel.xml b/chapter08/wheel.xml
index 605cda1be..41798157b 100644
--- a/chapter08/wheel.xml
+++ b/chapter08/wheel.xml
@@ -46,7 +46,7 @@
<para>Install Wheel with the following command:</para>
-<screen><userinput remap="install">pip3 install --no-index --find-links=dist wheel</userinput></screen>
+<screen><userinput remap="install">pip3 install --no-index --find-links dist wheel</userinput></screen>
</sect2>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page