Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead.

A native English speaker may want to rephrase the paragraph. ;)
This commit is contained in:
Christian Heimes 2007-12-04 16:36:20 +00:00
parent 58f6f2e0c9
commit 1206a227c9
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@ invocations. Configuration options and caveats for specific Unix platforms are
extensively documented in the :file:`README` file in the root of the Python
source tree.
.. warning::
``make install`` can overwrite or masquerade the :file:`python` binary;
``make altinstall`` is recommended instead of ``make install`` since it
only install :file:`{exec_prefix}/bin/python{version}`.
Python-related paths and files
==============================