diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-04 16:27:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-04 16:27:28 +0000 |
commit | dd49ea74302780e59a9d560fc77522ba7327f290 (patch) | |
tree | 938c69430df4184c5e16308232912913f21ad3e3 /chapter06 | |
parent | 45edd033a858081edd709d3aad81e5566e7a2f10 (diff) |
Update python contents (remove pyvenv)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/python.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/python.xml b/chapter06/python.xml index f645a709b..cc440903d 100644 --- a/chapter06/python.xml +++ b/chapter06/python.xml @@ -146,7 +146,7 @@ tar --strip-components=1 \ <seglistitem> <seg> - 2to3, idle3, pip3, pydoc3, python3, python3-config, and pyvenv + 2to3, idle3, pip3, pydoc3, python3, and python3-config </seg> <seg> libpython&python-minor;.so and libpython3.so @@ -231,7 +231,7 @@ tar --strip-components=1 \ </indexterm> </listitem> </varlistentry> - +<!-- <varlistentry id="pyvenv"> <term><command>pyvenv</command></term> <listitem> @@ -244,7 +244,7 @@ tar --strip-components=1 \ </indexterm> </listitem> </varlistentry> - +--> </variablelist> </sect2> |