[Python-checkins] python/dist/src/Doc/inst inst.tex,1.57,1.58

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Aug 10 23:20:13 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/inst
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2699

Modified Files:
	inst.tex 
Log Message:
avoid version numbers in the text where possible


Index: inst.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/inst/inst.tex,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** inst.tex	7 Aug 2004 21:33:44 -0000	1.57
--- inst.tex	10 Aug 2004 21:20:10 -0000	1.58
***************
*** 268,277 ****
    {Platform}{Standard installation location}{Default value}{Notes}
    \lineiv{\UNIX{} (pure)}
!           {\filenq{\filevar{prefix}/lib/python2.4/site-packages}}
!           {\filenq{/usr/local/lib/python2.4/site-packages}}
            {(1)}
    \lineiv{\UNIX{} (non-pure)}
!           {\filenq{\filevar{exec-prefix}/lib/python2.4/site-packages}}
!           {\filenq{/usr/local/lib/python2.4/site-packages}}
            {(1)}
    \lineiv{Windows}
--- 268,277 ----
    {Platform}{Standard installation location}{Default value}{Notes}
    \lineiv{\UNIX{} (pure)}
!           {\filenq{\filevar{prefix}/lib/python\shortversion/site-packages}}
!           {\filenq{/usr/local/lib/python\shortversion/site-packages}}
            {(1)}
    \lineiv{\UNIX{} (non-pure)}
!           {\filenq{\filevar{exec-prefix}/lib/python\shortversion/site-packages}}
!           {\filenq{/usr/local/lib/python\shortversion/site-packages}}
            {(1)}
    \lineiv{Windows}
***************
*** 309,313 ****
  Under \UNIX, just type \code{python} at the shell prompt.  Under
  Windows, choose \menuselection{Start \sub Programs \sub Python
! 2.4 \sub Python (command line)}.  
  Once the interpreter is started, you type Python code at the
  prompt.  For example, on my Linux system, I type the three Python
--- 309,313 ----
  Under \UNIX, just type \code{python} at the shell prompt.  Under
  Windows, choose \menuselection{Start \sub Programs \sub Python
! \shortversion \sub Python (command line)}.  
  Once the interpreter is started, you type Python code at the
  prompt.  For example, on my Linux system, I type the three Python



More information about the Python-checkins mailing list