diff options
author | Greg Ward <gward@python.net> | 2000-04-12 14:20:15 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-04-12 14:20:15 (GMT) |
commit | 502d2b46158d371688b67ad53c75a3042649680e (patch) | |
tree | 99a83cc9cf69e36ae3893bd45680344415ae2aa4 /Doc/inst | |
parent | 822a86a95552e95adbb575a8d699d48d969b7b73 (diff) | |
download | cpython-502d2b46158d371688b67ad53c75a3042649680e.zip cpython-502d2b46158d371688b67ad53c75a3042649680e.tar.gz cpython-502d2b46158d371688b67ad53c75a3042649680e.tar.bz2 |
Added note about usual default prefix under Linux (thanks to Peter Funk
for the idea).
Diffstat (limited to 'Doc/inst')
-rw-r--r-- | Doc/inst/inst.tex | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index 673d48d..1fe8f9d 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -271,15 +271,15 @@ being installed is pure Python or contains extensions (``non-pure''): \lineiv{Unix (pure)} {\filenq{\var{prefix}/lib/python1.6/site-packages}} {\filenq{/usr/local/lib/python1.6/site-packages}} - {} + {(1)} \lineiv{Unix (non-pure)} {\filenq{\var{exec-prefix}/lib/python1.6/site-packages}} {\filenq{/usr/local/lib/python1.6/site-packages}} - {} + {(1)} \lineiv{Windows} {\filenq{\var{prefix}}} {\filenq{C:\bslash{}Python}} - {(1)} + {(2)} \lineiv{Mac~OS (pure)} {\filenq{\var{prefix}:Lib}} {\filenq{Python:Lib} \XXX{???}} @@ -292,7 +292,12 @@ being installed is pure Python or contains extensions (``non-pure''): \noindent Notes: \begin{description} -\item[(1)] The default installation directory on Windows was +\item[(1)] Most Linux distributions include Python as a standard part of + the system, so \filevar{prefix} and \filevar{exec-prefix} are usually + both \file{/usr} on Linux. If you build Python yourself on Linux (or + any Unix-like system), the default \filevar{prefix} and + \filevar{exec-prefix} are \file{/usr/local}. +\item[(2)] The default installation directory on Windows was \file{C:\bslash{}Program Files\bslash{}Python} under Python 1.6a1, 1.5.2, and earlier. \end{description} |