Commit e3a1b488 authored by Fred Drake's avatar Fred Drake

clean up markup for --executable description

parent 87c98b2e
...@@ -641,8 +641,9 @@ anything very complicated. The only clever feature is that if the ...@@ -641,8 +641,9 @@ anything very complicated. The only clever feature is that if the
first line of the script starts with \code{\#!} and contains the word first line of the script starts with \code{\#!} and contains the word
``python'', the Distutils will adjust the first line to refer to the ``python'', the Distutils will adjust the first line to refer to the
current interpreter location. By default, it is replaced with the current interpreter location. By default, it is replaced with the
current interpreter location. The '--executable=/-e' switch will current interpreter location. The \longprogramopt{executable} (or
allow the interpreter path to be explicitly overridden. \programopt{-e}) option will allow the interpreter path to be
explicitly overridden.
The \option{scripts} option simply is a list of files to be handled The \option{scripts} option simply is a list of files to be handled
in this way. From the PyXML setup script: in this way. From the PyXML setup script:
......
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