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

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sat Aug 7 23:33:47 CEST 2004


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

Modified Files:
	inst.tex 
Log Message:
Remove MacOS 9 refs

Index: inst.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/inst/inst.tex,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** inst.tex	7 Aug 2004 21:30:13 -0000	1.56
--- inst.tex	7 Aug 2004 21:33:44 -0000	1.57
***************
*** 174,183 ****
  \end{verbatim}
  
- On Mac OS 9, you double-click the \file{setup.py} script. It will bring
- up a dialog where you can select the \command{install} command. Then
- selecting the \command{run} button will install your distribution.
- The dialog is built dynamically, so all commands and options for this
- specific distribution are listed.
- 
  \subsection{Splitting the job up}
  \label{splitting-up}
--- 174,177 ----
***************
*** 315,319 ****
  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)}.  Under Mac OS 9, start \file{PythonInterpreter}.
  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
! 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
***************
*** 522,543 ****
  
  
- \subsection{Alternate installation: Mac OS 9}
- \label{alt-install-macos}
- 
- % XXX Mac OS X?
- 
- Like Windows, Mac OS has no notion of home directories (or even of
- users), and a fairly simple standard Python installation.  Thus, only a
- \longprogramopt{prefix} option is needed.  It defines the installation
- base, and files are installed under it as follows:
- 
- \installscheme{prefix}{:Lib:site-packages}
-               {prefix}{:Lib:site-packages}
-               {prefix}{:Scripts}
-               {prefix}{:Data}
- 
- See section~\ref{platform-variations} for information on supplying
- command-line arguments to the setup script with MacPython.
- 
  
  \section{Custom Installation}
--- 516,519 ----



More information about the Python-checkins mailing list