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

Greg Ward python-dev@python.org
2000年4月11日 21:42:22 -0400 (EDT)


Update of /projects/cvsroot/distutils/doc/inst
In directory thrak:/home/gward/python/distutils/doc/inst
Modified Files:
	inst.tex 
Log Message:
Changed the table of per-platform default installation locations to be
more consistent with the rest of the Python docs.
Index: inst.tex
===================================================================
RCS file: /projects/cvsroot/distutils/doc/inst/inst.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** inst.tex	2000年04月11日 02:00:26	1.7
--- inst.tex	2000年04月12日 01:42:19	1.8
***************
*** 250,254 ****
 In the future, more directories will be added to handle Python scripts,
 documentation, binary executables, and whatever else is needed to handle
! the job of installing Python modules and applicatins.
 
 
--- 250,254 ----
 In the future, more directories will be added to handle Python scripts,
 documentation, binary executables, and whatever else is needed to handle
! the job of installing Python modules and applications.
 
 
***************
*** 267,290 ****
 Unix and Mac OS, it also depends on whether the module distribution
 being installed is pure Python or contains extensions (``non-pure''):
! \begin{tableiii}{lll}{textrm}%
! {Platform}{Standard installation location}{Default value}
! \lineiii{Unix (pure Python modules)}
! {\file{\filevar{prefix}/lib/python1.6/site-packages}}
! {\file{/usr/local/lib/python1.6/site-packages}}
! \lineiii{Unix (non-pure distribution)}
! {\file{\filevar{exec-prefix}/lib/python1.6/site-packages}}
! {\file{/usr/local/lib/python1.6/site-packages}}
! \lineiii{Windows}
! {\filevar{prefix}}
! {\file{C:\bslash{}Python}
! \footnote{\file{C:\bslash{}Program Files\bslash{}Python}
! under Python 1.6a1 and earlier}}
! \lineiii{Mac~OS (pure Python modules)}
! {\file{\filevar{prefix}}:Lib}
! {\file{Python:Lib}\XXX{???}}
! \lineiii{Mac~OS (non-pure distribution)}
! {\file{\filevar{prefix}}:Mac:PlugIns}
! {\file{Python:Mac:PlugIns}\XXX{???}}
! \end{tableiii}
 \filevar{prefix} and \filevar{exec-prefix} stand for the directories
 that Python is installed to, and where it finds its libraries at
--- 267,301 ----
 Unix and Mac OS, it also depends on whether the module distribution
 being installed is pure Python or contains extensions (``non-pure''):
! \begin{tableiv}{l|l|l|c}{textrm}%
! {Platform}{Standard installation location}{Default value}{Notes}
! \lineiv{Unix (pure)}
! {\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}}
! {\filenq{Python:Lib} \XXX{???}}
! {}
! \lineiv{Mac~OS (non-pure)}
! {\var{prefix}:Mac:PlugIns}
! {\filenq{Python:Mac:PlugIns}\XXX{???}}
! {}
! \end{tableiv}
! 
! \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.
! \end{description}
! 
 \filevar{prefix} and \filevar{exec-prefix} stand for the directories
 that Python is installed to, and where it finds its libraries at

AltStyle によって変換されたページ (->オリジナル) /