File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
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 don't include 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------------------------------------------------------
You can’t perform that action at this time.
0 commit comments