glfs/general/prog/python/python-inst.xml
Larry Lawrence d50d567579 added Python to General-Prog
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@58 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-05 02:38:42 +00:00

12 lines
242 B
XML

<sect2>
<title>Installation of Python</title>
<para>Install Python by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install </userinput></screen></para>
</sect2>