diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-04-10 20:18:23 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-04-10 20:18:23 +0000 |
commit | 8176c9cb550aa6700950a2e96064eae50f2e7a98 (patch) | |
tree | 41707b5046d41412b3126851ed96860046a750fd /chapter05/python.xml | |
parent | 115f65b4e4cb6deb3a0d8afbb9ca23ea567e432a (diff) |
Add a note about which tarball to use for Python
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/python.xml')
-rw-r--r-- | chapter05/python.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter05/python.xml b/chapter05/python.xml index 263d3a5c3..fcca9c92c 100644 --- a/chapter05/python.xml +++ b/chapter05/python.xml @@ -43,6 +43,13 @@ <sect2 role="installation"> <title>Installation of Python</title> + <note> + <para>There are two package files whose name starts with + <quote>python</quote>. The one to extract from is + <filename>Python-&python-version;.tar.xz</filename> (notice the + uppercase first letter).</para> + </note> + <para>This package first builds the Python interpreter, then some standard Python modules. The main script for building modules is written in Python, and uses hard-coded paths to the host <filename |