mirror of https://github.com/python/cpython
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:
parent
58f6f2e0c9
commit
1206a227c9
|
@ -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
|
||||
==============================
|
||||
|
|
Loading…
Reference in New Issue