]> granicus.if.org Git - python/commitdiff
Bug #1594809: add a note to README regarding PYTHONPATH and make install.
authorGeorg Brandl <georg@python.org>
Wed, 15 Nov 2006 17:42:03 +0000 (17:42 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 15 Nov 2006 17:42:03 +0000 (17:42 +0000)
README

diff --git a/README b/README
index 16dfaf3b7b460060f9294f03045900dadd0086de..3516f8e73aefc4d250b5fba6321fa7cd89a95071 100644 (file)
--- 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
 -------------------