summaryrefslogtreecommitdiffstats
path: root/Doc/install
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2014-03-13 08:55:35 (GMT)
committerÉric Araujo <merwok@netwok.org>2014-03-13 08:55:35 (GMT)
commit45fc8713bda1bfd6c0de3c6f493a4eeff52acbe3 (patch)
tree13effb36b719b9563f8187249511b43ed03c4374 /Doc/install
parent966f2fca5fbf4d8d1196bc0014be4e9f7d4d2c10 (diff)
downloadcpython-45fc8713bda1bfd6c0de3c6f493a4eeff52acbe3.zip
cpython-45fc8713bda1bfd6c0de3c6f493a4eeff52acbe3.tar.gz
cpython-45fc8713bda1bfd6c0de3c6f493a4eeff52acbe3.tar.bz2
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.
Diffstat (limited to 'Doc/install')
-rw-r--r--Doc/install/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index 779e923..0c9a9f2 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -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: