]> granicus.if.org Git - python/commitdiff
Added warning that make install may overwrite or masquerade the default python binary...
authorChristian Heimes <christian@cheimes.de>
Tue, 4 Dec 2007 16:36:20 +0000 (16:36 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 4 Dec 2007 16:36:20 +0000 (16:36 +0000)
A native English speaker may want to rephrase the paragraph. ;)

Doc/using/unix.rst

index 7b69bd9e0735e94ac7596d75964e02ef719ebd34..8a452dc1e659cde07ad444d579a61a2c1cb1426d 100644 (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
 ==============================