summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-04 16:36:20 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-04 16:36:20 (GMT)
commit1206a227c9e46baff80189ce570721436e71a4f8 (patch)
tree19215d256a519f2863e7c00a25eaff7c234914a7
parent58f6f2e0c9fad1ef9ee921980888dc52da8100ce (diff)
downloadcpython-1206a227c9e46baff80189ce570721436e71a4f8.zip
cpython-1206a227c9e46baff80189ce570721436e71a4f8.tar.gz
cpython-1206a227c9e46baff80189ce570721436e71a4f8.tar.bz2
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. ;)
-rw-r--r--Doc/using/unix.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 7b69bd9..8a452dc 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -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
==============================