File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff 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 omit some files
251250required 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
257256How do I tell "incomplete input" from "invalid input"?
258257------------------------------------------------------
Original file line number Diff line number Diff line change @@ -309,10 +309,9 @@ guaranteed that interfaces will remain the same throughout a series of bugfix
309309releases.
310310
311311The latest stable releases can always be found on the `Python download page
312- <https://www.python.org/downloads/> `_. There are two production-ready versions
313- of Python: 2.x and 3.x. The recommended version is 3.x, which is supported by
314- most widely used libraries. Although 2.x is still widely used, :pep: `it is not
315- maintained anymore <0373 >`.
312+ <https://www.python.org/downloads/> `_.
313+ Python 3.x is the recommended version and supported by most widely used libraries.
314+ Python 2.x :pep: `is not maintained anymore <373 >`.
316315
317316How many people are using Python?
318317---------------------------------
You can’t perform that action at this time.
0 commit comments