[Python-checkins] python/dist/src/Doc/dist dist.tex,1.84,1.85

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 25 13:37:45 CEST 2004


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

Modified Files:
	dist.tex 
Log Message:
Patch #736857, #736859: Add -e option to build_scripts.


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- dist.tex	13 Aug 2004 02:56:16 -0000	1.84
+++ dist.tex	25 Aug 2004 11:37:42 -0000	1.85
@@ -640,7 +640,9 @@
 anything very complicated.  The only clever feature is that if the
 first line of the script starts with \code{\#!} and contains the word
 ``python'', the Distutils will adjust the first line to refer to the
-current interpreter location.
+current interpreter location. By default, it is replaced with the
+current interpreter location.  The '--executable=/-e' switch will
+allow the interpreter path to be explicitly overridden.
 
 The \option{scripts} option simply is a list of files to be handled
 in this way.  From the PyXML setup script:



More information about the Python-checkins mailing list