]> granicus.if.org Git - python/commitdiff
avoid version numbers in the text where possible
authorFred Drake <fdrake@acm.org>
Tue, 10 Aug 2004 21:20:10 +0000 (21:20 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Aug 2004 21:20:10 +0000 (21:20 +0000)
Doc/inst/inst.tex

index 1abff8287e213353b558fc9f0eb395901b937120..bce6a14cb25df4dc64fc27c1946b52f594dcfb7f 100644 (file)
@@ -267,12 +267,12 @@ 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{\filevar{prefix}/lib/python2.4/site-packages}}
-          {\filenq{/usr/local/lib/python2.4/site-packages}}
+          {\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/python2.4/site-packages}}
-          {\filenq{/usr/local/lib/python2.4/site-packages}}
+          {\filenq{\filevar{exec-prefix}/lib/python\shortversion/site-packages}}
+          {\filenq{/usr/local/lib/python\shortversion/site-packages}}
           {(1)}
   \lineiv{Windows}
           {\filenq{\filevar{prefix}}}
@@ -308,7 +308,7 @@ installation uses for \filevar{prefix} and \filevar{exec-prefix} by
 running Python in interactive mode and typing a few simple commands.
 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)}.  
+\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
 statements shown below, and get the output as shown, to find out my