Commit 21a03707 authored by Fred Drake's avatar Fred Drake

avoid version numbers in the text where possible

parent e9ee73ea
...@@ -267,12 +267,12 @@ being installed is pure Python or contains extensions (``non-pure''): ...@@ -267,12 +267,12 @@ being installed is pure Python or contains extensions (``non-pure''):
\begin{tableiv}{l|l|l|c}{textrm}% \begin{tableiv}{l|l|l|c}{textrm}%
{Platform}{Standard installation location}{Default value}{Notes} {Platform}{Standard installation location}{Default value}{Notes}
\lineiv{\UNIX{} (pure)} \lineiv{\UNIX{} (pure)}
{\filenq{\filevar{prefix}/lib/python2.4/site-packages}} {\filenq{\filevar{prefix}/lib/python\shortversion/site-packages}}
{\filenq{/usr/local/lib/python2.4/site-packages}} {\filenq{/usr/local/lib/python\shortversion/site-packages}}
{(1)} {(1)}
\lineiv{\UNIX{} (non-pure)} \lineiv{\UNIX{} (non-pure)}
{\filenq{\filevar{exec-prefix}/lib/python2.4/site-packages}} {\filenq{\filevar{exec-prefix}/lib/python\shortversion/site-packages}}
{\filenq{/usr/local/lib/python2.4/site-packages}} {\filenq{/usr/local/lib/python\shortversion/site-packages}}
{(1)} {(1)}
\lineiv{Windows} \lineiv{Windows}
{\filenq{\filevar{prefix}}} {\filenq{\filevar{prefix}}}
...@@ -308,7 +308,7 @@ installation uses for \filevar{prefix} and \filevar{exec-prefix} by ...@@ -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. running Python in interactive mode and typing a few simple commands.
Under \UNIX, just type \code{python} at the shell prompt. Under Under \UNIX, just type \code{python} at the shell prompt. Under
Windows, choose \menuselection{Start \sub Programs \sub Python 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 Once the interpreter is started, you type Python code at the
prompt. For example, on my Linux system, I type the three Python 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 statements shown below, and get the output as shown, to find out my
......
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