source: general/prog/python3.xml@ 975f600b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 975f600b was 4bf60a36, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Some tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19036 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.0 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2cee003]7 <!ENTITY python3-download-http
[3f89ec5]8 "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
[355495ce]9 <!ENTITY python3-download-ftp " ">
[f5c5306]10 <!ENTITY python3-md5sum "2c68846471994897278364fc18730dd9">
[d373629]11 <!ENTITY python3-size "16 MB">
[f5c5306]12 <!ENTITY python3-buildsize "345 MB (with docs; add 30 MB for the tests)">
13 <!ENTITY python3-time "1.1 SBU (add 3.4 SBU for tests)">
[82fac2c]14
[2cee003]15 <!ENTITY python3htmldoc-download-http
[08347b2]16 "https://docs.python.org/&python3-majorver;/archives/python-&python3-version;-docs-html.tar.bz2">
[52d29f7]17]>
18
[b88be39]19<sect1 id="python3" xreflabel="Python-&python3-version;">
20 <?dbhtml filename="python3.html" ?>
[83f69e5d]21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
[b88be39]27 <title>Python-&python3-version;</title>
[83f69e5d]28
[b88be39]29 <indexterm zone="python3">
[03d30cf]30 <primary sortas="a-Python3">Python3</primary>
[83f69e5d]31 </indexterm>
32
33 <sect2 role="package">
[03d30cf]34 <title>Introduction to Python 3</title>
[83f69e5d]35
[355495ce]36 <para>
[03d30cf]37 The <application>Python 3</application> package contains the
[355495ce]38 <application>Python</application> development environment.
39 This is useful for object-oriented programming, writing scripts,
40 prototyping large programs or developing entire applications.
41 </para>
[48b816cb]42
[4bf60a36]43 &lfs81_checked;
[48b816cb]44
[83f69e5d]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
[355495ce]48 <para>
49 Download (HTTP): <ulink url="&python3-download-http;"/>
50 </para>
[83f69e5d]51 </listitem>
52 <listitem>
[355495ce]53 <para>
54 Download (FTP): <ulink url="&python3-download-ftp;"/>
55 </para>
[83f69e5d]56 </listitem>
57 <listitem>
[355495ce]58 <para>
59 Download MD5 sum: &python3-md5sum;
60 </para>
[83f69e5d]61 </listitem>
62 <listitem>
[355495ce]63 <para>
64 Download size: &python3-size;
65 </para>
[83f69e5d]66 </listitem>
67 <listitem>
[355495ce]68 <para>
69 Estimated disk space required: &python3-buildsize;
70 </para>
[83f69e5d]71 </listitem>
72 <listitem>
[355495ce]73 <para>
74 Estimated build time: &python3-time;
75 </para>
[83f69e5d]76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[355495ce]80 <itemizedlist spacing="compact">
[3a94882]81 <title>Optional HTML Documentation</title>
[1970f00]82 <listitem>
[355495ce]83 <para>
84 Download (HTTP): <ulink url="&python3htmldoc-download-http;"/>
85 </para>
[3a94882]86 </listitem>
[1970f00]87 </itemizedlist>
88
[03d30cf]89 <bridgehead renderas="sect3">Python 3 Dependencies</bridgehead>
[83f69e5d]90
[355495ce]91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
[adf6dd9a]93 <xref linkend="libffi"/>
[355495ce]94 </para>
95
[83f69e5d]96 <bridgehead renderas="sect4">Optional</bridgehead>
[355495ce]97 <para role="optional">
[7fe0ce3b]98 <xref linkend="bluez"/>,
[9be7202]99 <xref linkend="gdb"/> (required for some tests), and
100 <xref linkend="valgrind"/>
[355495ce]101 </para>
102
103 <bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
104 <para role="optional">
[82fac2c]105 <xref linkend="db"/>,
[355495ce]106 <xref linkend="openssl"/>,
107 <xref linkend="sqlite"/> and
108 <xref linkend="tk"/>
109 </para>
[ce33273]110
[1039de3]111 <para condition="html" role="usernotes">User Notes:
[355495ce]112 <ulink url="&blfs-wiki;/Python3"/>
113 </para>
[83f69e5d]114 </sect2>
115
116 <sect2 role="installation">
[03d30cf]117 <title>Installation of Python 3</title>
[83f69e5d]118
[355495ce]119 <para>
[03d30cf]120 Install <application>Python 3</application> by running the following
[355495ce]121 commands:
122 </para>
[83f69e5d]123
[fd69a62]124<screen><userinput>CXX="/usr/bin/g++" \
125./configure --prefix=/usr \
[c525bd1]126 --enable-shared \
[355495ce]127 --with-system-expat \
[fd69a62]128 --with-system-ffi \
[879932f]129 --with-ensurepip=yes &amp;&amp;
[83f69e5d]130make</userinput></screen>
131
[355495ce]132 <para>
[7fe0ce3b]133 The test suite must be run separately, using an X terminal (see below).
[355495ce]134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
[82fac2c]140<screen role="root"><userinput>make install &amp;&amp;
[c525bd1]141chmod -v 755 /usr/lib/libpython&python3-majorver;m.so &amp;&amp;
[355495ce]142chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
143
144 <para>
[03d30cf]145 If you have downloaded the preformatted documentation from
146 <ulink url="http://docs.python.org/download.html"/>, install it
147 as the <systemitem class="username">root</systemitem> user:
[355495ce]148 </para>
[1970f00]149
[23d3543c]150<screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python3-version;/html &amp;&amp;
[1970f00]151tar --strip-components=1 \
[cff8f9e]152 --no-same-owner \
153 --no-same-permissions \
[03d30cf]154 -C /usr/share/doc/python-&python3-version;/html \
[716ca8aa]155 -xvf ../python-&python3-version;-docs-html.tar.bz2</userinput></screen>
[1970f00]156
[7fe0ce3b]157 <para>
158 The test suite must be run separately from the build, either before or
[7745345d]159 after the package is built and installed. Do not run
160 <command>make install</command>, after running the test suite. To build
161 and install the package, you need to start with a fresh or clean source
162 tree. For the test, you also need a clean source code, so either start by
163 removing the source code directory and starting over, by uncompressing
164 the source tarball or by running <command>make clean</command>. Then
165 configure again, adding <quote>--with-pydebug</quote> to the
166 <command>configure</command> switches above, run <command>make</command>,
[d7d743f0]167 then <command>make test</command>. Remember that tests must be executed
[f5c5306]168 using an X terminal. One test fails. The test SBU highly depends on the
169 speed of the internet connexion.
[7fe0ce3b]170 </para>
171
[879d269]172 </sect2>
173
174 <sect2 role="commands">
175 <title>Command Explanations</title>
176
[fd69a62]177 <para>
178 <command> CXX="/usr/bin/g++" ./configure ...</command>: Avoid an annoying
179 message during configuration.
180 </para>
181
[355495ce]182 <para>
[f1d7196]183 <parameter>--with-system-expat</parameter>: This switch enables linking
184 against the system version of <application>Expat</application>.
[355495ce]185 </para>
186
187 <para>
[f1d7196]188 <parameter>--with-system-ffi</parameter>: This switch enables linking
189 against system version of <application>libffi</application>. Remove if
190 you have not installed <xref linkend="libffi"/>.
[82fac2c]191 </para>
[fd69a62]192
193 <para>
[23c5563]194 <parameter>--with-ensurepip=yes</parameter> : This switch enables building
195 <command>pip</command> and <command>setuptools</command> packaging programs.
196 <command>setuptools</command> is needed for building some Python modules.
[fd69a62]197 </para>
[82fac2c]198
[f1d7196]199 <para>
200 <option>--with-dbmliborder=bdb:gdbm:ndbm</option>: Use this switch
201 if you want to build <application>Python</application> DBM Module
202 against <application>Berkeley DB</application> instead of
203 <application>GDBM</application>.
204 </para>
205
[355495ce]206 <para>
[0d7900a]207 <command>chmod ...</command>: Fix permissions for shared libraries to be
[355495ce]208 consistent with other libraries.
209 </para>
[7224506]210
[879d269]211 </sect2>
212
213 <sect2 role="configuration">
[03d30cf]214 <title>Configuring Python 3</title>
[879d269]215
[355495ce]216 <para>
[03d30cf]217 In order for <command>python3</command> to find the installed
[d7015e7]218 documentation, create the following version independent symlink:
[355495ce]219 </para>
[1970f00]220
[d7015e7]221<screen role="root"><userinput>ln -svfn python-&python3-version; /usr/share/doc/python-3</userinput></screen>
222
223 <para>
224 and add the following environment variable to the individual user's or
225 system's profile:
226 </para>
227
228<screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
[83f69e5d]229
230 </sect2>
231
232 <sect2 role="content">
233 <title>Contents</title>
234
235 <segmentedlist>
236 <segtitle>Installed Programs</segtitle>
237 <segtitle>Installed Libraries</segtitle>
238 <segtitle>Installed Directories</segtitle>
239
240 <seglistitem>
[355495ce]241 <seg>
[7fe0ce3b]242 2to3 (symlink),
[355495ce]243 2to3-&python3-majorver;,
244
[f5c5306]245 idle3 (symlink), and
246 idle&python3-majorver;
247
[7fe0ce3b]248 pydoc3 (symlink),
[355495ce]249 pydoc&python3-majorver;,
250
[7fe0ce3b]251 python3 (symlink);
252 python&python3-majorver; and python&python3-majorver;m (hardlinked);
[355495ce]253
[7fe0ce3b]254 python3-config (symlink),
255 python&python3-majorver;-config (symlink),
[c525bd1]256 python&python3-majorver;m-config,
[355495ce]257
[7fe0ce3b]258 pyvenv (symlink),
[41d241e]259 pyvenv-&python3-majorver;,
[355495ce]260 </seg>
261 <seg>
[47f0aa1]262 libpython&python3-majorver;m.so and libpython3.so
[355495ce]263 </seg>
264 <seg>
[c525bd1]265 /usr/include/python&python3-majorver;m,
[355495ce]266 /usr/lib/python&python3-majorver;, and
267 /usr/share/doc/python-&python3-version;
268 </seg>
[83f69e5d]269 </seglistitem>
270 </segmentedlist>
271
272 <variablelist>
273 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
274 <?dbfo list-presentation="list"?>
275 <?dbhtml list-presentation="table"?>
276
[355495ce]277 <varlistentry id="idle3">
278 <term><command>idle3</command></term>
[83f69e5d]279 <listitem>
[355495ce]280 <para>
[d0aecd33]281 is a wrapper script that opens a <application>Python</application>
282 aware GUI editor. For this script to run, you must have installed
283 <application>Tk</application> before Python so that the Tkinter
284 Python module is built.
[355495ce]285 </para>
286 <indexterm zone="python3 idle3">
287 <primary sortas="b-idle3">idle3</primary>
[83f69e5d]288 </indexterm>
289 </listitem>
290 </varlistentry>
291
[355495ce]292 <varlistentry id="pydoc3">
293 <term><command>pydoc3</command></term>
[83f69e5d]294 <listitem>
[355495ce]295 <para>
296 is the <application>Python</application> documentation
297 tool.
298 </para>
299 <indexterm zone="python3 pydoc3">
300 <primary sortas="b-pydoc3">pydo3c</primary>
[83f69e5d]301 </indexterm>
302 </listitem>
303 </varlistentry>
304
[b88be39]305 <varlistentry id="python3-prog">
[2cee003]306 <term><command>python3</command></term>
[83f69e5d]307 <listitem>
[355495ce]308 <para>
309 is an interpreted, interactive, object-oriented programming
310 language.
311 </para>
[b88be39]312 <indexterm zone="python3 python3-prog">
313 <primary sortas="b-python3">python3</primary>
[83f69e5d]314 </indexterm>
315 </listitem>
316 </varlistentry>
317
[f67f5387]318 <varlistentry id="python-ver">
[b88be39]319 <term><command>python&python3-majorver;</command></term>
[83f69e5d]320 <listitem>
[355495ce]321 <para>
322 is a version-specific name for the <command>python</command>
323 program.
324 </para>
[b88be39]325 <indexterm zone="python3 python-ver">
[2cee003]326 <primary
327 sortas="b-python&python3-majorver;">python&python3-majorver;</primary>
[83f69e5d]328 </indexterm>
329 </listitem>
330 </varlistentry>
331
[21e8edc]332 <varlistentry id="pyvenv">
333 <term><command>pyvenv</command></term>
334 <listitem>
335 <para>
336 creates virtual <application>Python</application> environments in
337 one or more target directories.
338 </para>
339 <indexterm zone="python3 pyvenv">
340 <primary
341 sortas="b-python&python3-majorver;">python&python3-majorver;</primary>
342 </indexterm>
343 </listitem>
344 </varlistentry>
345
[83f69e5d]346 </variablelist>
347
348 </sect2>
[f45b1953]349
350</sect1>
Note: See TracBrowser for help on using the repository browser.