Bug #1594809: add a note to README regarding PYTHONPATH and make install.

(backport from rev. 52754)
This commit is contained in:
Georg Brandl 2006-11-15 17:42:07 +00:00
parent 962e4317bc
commit fb4da1d7ca
1 changed files with 5 additions and 0 deletions

5
README
View File

@ -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
-------------------