diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/python.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml index 27384e94c..b71822b9b 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -42,10 +42,6 @@ <sect2 role="installation"> <title>Installation of Python 3</title> - <para>First, a header file needs to be fixed:</para> - -<screen><userinput remap="pre">sed 's|cpython/||' -i Include/cpython/pystate.h</userinput></screen> - <para>Prepare Python for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |