Skip to content

Commit 934eb21

Browse files
committed
Update extending FAQ for Python 3
1 parent ed18c36 commit 934eb21

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Doc/faq/extending.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,12 @@ Then, when you run GDB:
246246
I want to compile a Python module on my Linux system, but some files are missing. Why?
247247
--------------------------------------------------------------------------------------
248248

249-
Most packaged versions of Python don't include the
250-
:file:`/usr/lib/python2.{x}/config/` directory, which contains various files
249+
Most packaged versions of Python don't include some files
251250
required for compiling Python extensions.
252251

253-
For Red Hat, install the python-devel RPM to get the necessary files.
252+
For Red Hat, install the python3-devel RPM to get the necessary files.
254253

255-
For Debian, run ``apt-get install python-dev``.
254+
For Debian, run ``apt-get install python3-dev``.
256255

257256
How do I tell "incomplete input" from "invalid input"?
258257
------------------------------------------------------

0 commit comments

Comments
 (0)