2002-08-05 10:38:42 +08:00
|
|
|
<sect2>
|
2003-07-02 11:09:39 +08:00
|
|
|
<title>Installation of <application>Python</application></title>
|
2002-08-05 10:38:42 +08:00
|
|
|
|
2003-07-02 11:09:39 +08:00
|
|
|
<para>Install <application>Python</application> by running the following commands:</para>
|
2002-08-05 10:38:42 +08:00
|
|
|
|
2003-12-22 03:18:09 +08:00
|
|
|
<screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-gdbm-2.patch &&
|
2003-10-14 08:19:09 +08:00
|
|
|
./configure --prefix=/usr --enable-shared &&
|
2002-08-05 10:38:42 +08:00
|
|
|
make &&
|
2003-12-22 03:18:09 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-08-05 10:38:42 +08:00
|
|
|
|
|
|
|
</sect2>
|