Commit 980544d4 authored by Greg Ward's avatar Greg Ward

Added note about usual default prefix under Linux (thanks to Peter Funk

for the idea).
parent bc961f15
...@@ -271,15 +271,15 @@ being installed is pure Python or contains extensions (``non-pure''): ...@@ -271,15 +271,15 @@ being installed is pure Python or contains extensions (``non-pure''):
\lineiv{Unix (pure)} \lineiv{Unix (pure)}
{\filenq{\var{prefix}/lib/python1.6/site-packages}} {\filenq{\var{prefix}/lib/python1.6/site-packages}}
{\filenq{/usr/local/lib/python1.6/site-packages}} {\filenq{/usr/local/lib/python1.6/site-packages}}
{} {(1)}
\lineiv{Unix (non-pure)} \lineiv{Unix (non-pure)}
{\filenq{\var{exec-prefix}/lib/python1.6/site-packages}} {\filenq{\var{exec-prefix}/lib/python1.6/site-packages}}
{\filenq{/usr/local/lib/python1.6/site-packages}} {\filenq{/usr/local/lib/python1.6/site-packages}}
{} {(1)}
\lineiv{Windows} \lineiv{Windows}
{\filenq{\var{prefix}}} {\filenq{\var{prefix}}}
{\filenq{C:\bslash{}Python}} {\filenq{C:\bslash{}Python}}
{(1)} {(2)}
\lineiv{Mac~OS (pure)} \lineiv{Mac~OS (pure)}
{\filenq{\var{prefix}:Lib}} {\filenq{\var{prefix}:Lib}}
{\filenq{Python:Lib} \XXX{???}} {\filenq{Python:Lib} \XXX{???}}
...@@ -292,7 +292,12 @@ being installed is pure Python or contains extensions (``non-pure''): ...@@ -292,7 +292,12 @@ being installed is pure Python or contains extensions (``non-pure''):
\noindent Notes: \noindent Notes:
\begin{description} \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, \file{C:\bslash{}Program Files\bslash{}Python} under Python 1.6a1,
1.5.2, and earlier. 1.5.2, and earlier.
\end{description} \end{description}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment