[Python-checkins] CVS: distutils/doc/inst inst.tex,1.8,1.9

Greg Ward python-dev@python.org
Wed, 12 Apr 2000 10:20:19 -0400 (EDT)


Update of /projects/cvsroot/distutils/doc/inst
In directory thrak:/home/gward/python/distutils/doc/inst

Modified Files:
	inst.tex 
Log Message:
Added note about usual default prefix under Linux (thanks to Peter Funk
for the idea).

Index: inst.tex
===================================================================
RCS file: /projects/cvsroot/distutils/doc/inst/inst.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** inst.tex	2000/04/12 01:42:19	1.8
--- inst.tex	2000/04/12 14:20:15	1.9
***************
*** 272,284 ****
            {\filenq{\var{prefix}/lib/python1.6/site-packages}}
            {\filenq{/usr/local/lib/python1.6/site-packages}}
!           {}
    \lineiv{Unix (non-pure)}
            {\filenq{\var{exec-prefix}/lib/python1.6/site-packages}}
            {\filenq{/usr/local/lib/python1.6/site-packages}}
!           {}
    \lineiv{Windows}
            {\filenq{\var{prefix}}}
            {\filenq{C:\bslash{}Python}}
!           {(1)}
    \lineiv{Mac~OS (pure)}
            {\filenq{\var{prefix}:Lib}}
--- 272,284 ----
            {\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}}
!           {(2)}
    \lineiv{Mac~OS (pure)}
            {\filenq{\var{prefix}:Lib}}
***************
*** 293,297 ****
  \noindent Notes:
  \begin{description}
! \item[(1)] The default installation directory on Windows was
    \file{C:\bslash{}Program Files\bslash{}Python} under Python 1.6a1,
    1.5.2, and earlier.
--- 293,302 ----
  \noindent Notes:
  \begin{description}
! \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.