diff options
author | Georg Brandl <georg@python.org> | 2006-11-15 17:42:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-11-15 17:42:07 (GMT) |
commit | fb4da1d7ca95ff919381fac114ae2e9a7a5323f6 (patch) | |
tree | 7b68aec1f47c5cad8498f60ab36921ad35bba8a7 /README | |
parent | 962e4317bc925d284d960e04ef304586cabaf479 (diff) | |
download | cpython-fb4da1d7ca95ff919381fac114ae2e9a7a5323f6.zip cpython-fb4da1d7ca95ff919381fac114ae2e9a7a5323f6.tar.gz cpython-fb4da1d7ca95ff919381fac114ae2e9a7a5323f6.tar.bz2 |
Bug #1594809: add a note to README regarding PYTHONPATH and make install.
(backport from rev. 52754)
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ------------------- |