mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Make distutils error messages more helpful (#11599).
When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages.
This commit is contained in:
parent
966f2fca5f
commit
45fc8713bd
4 changed files with 57 additions and 22 deletions
|
@ -58,7 +58,8 @@ new goodies to their toolbox. You don't need to know Python to read this
|
|||
document; there will be some brief forays into using Python's interactive mode
|
||||
to explore your installation, but that's it. If you're looking for information
|
||||
on how to distribute your own Python modules so that others may use them, see
|
||||
the :ref:`distutils-index` manual.
|
||||
the :ref:`distutils-index` manual. :ref:`debug-setup-script` may also be of
|
||||
interest.
|
||||
|
||||
|
||||
.. _inst-trivial-install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue