summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-11-15 17:42:03 (GMT)
committerGeorg Brandl <georg@python.org>2006-11-15 17:42:03 (GMT)
commit250755b20c86eb237aaf9b19763f52c9c004f1e6 (patch)
tree9b57cbe418fb104346066906e39a9eb810e99b46 /README
parent2e4fd3765f6ad00987d13ec6f333ec1dfeecb7a3 (diff)
downloadcpython-250755b20c86eb237aaf9b19763f52c9c004f1e6.zip
cpython-250755b20c86eb237aaf9b19763f52c9c004f1e6.tar.gz
cpython-250755b20c86eb237aaf9b19763f52c9c004f1e6.tar.bz2
Bug #1594809: add a note to README regarding PYTHONPATH and make install.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 16dfaf3..3516f8e 100644
--- a/README
+++ b/README
@@ -223,6 +223,11 @@ old K&R-C-only compilers is no longer possible. ANSI C compilers are
available for all modern systems, either in the form of updated
compilers from the vendor, or one of the free compilers (gcc).
+If "make install" fails mysteriously during the "compiling the library"
+step, make sure that you don't have any of the PYTHONPATH or PYTHONHOME
+environment variables set, as they may interfere with the newly built
+executable which is compiling the library.
+
Unsupported systems
-------------------