[Python-checkins] python/dist/src/Doc/tut tut.tex,1.275,1.276

akuchling@users.sourceforge.net akuchling at users.sourceforge.net
Tue Aug 23 15:48:32 CEST 2005


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

Modified Files:
	tut.tex 
Log Message:
In an e-mail to the webmaster alias, some suggested adding this text.  Windows users, please correct/expand as necessary.

Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -d -r1.275 -r1.276
--- tut.tex	8 Jul 2005 21:36:36 -0000	1.275
+++ tut.tex	23 Aug 2005 13:48:21 -0000	1.276
@@ -175,6 +175,16 @@
 your local Python guru or system administrator.  (E.g.,
 \file{/usr/local/python} is a popular alternative location.)
 
+On Windows machines, the Python installation is usually placed in
+\file{C:\e Python24}, though you can change this when you're running
+the installer.  To add this directory to your path, 
+you can type the following command into the command prompt in a DOS box:
+
+\begin{verbatim}
+set path=%path%;C:\python24
+\end{verbatim}
+
+
 Typing an end-of-file character (\kbd{Control-D} on \UNIX,
 \kbd{Control-Z} on Windows) at the primary prompt causes the
 interpreter to exit with a zero exit status.  If that doesn't work,



More information about the Python-checkins mailing list