Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3a1b48

Browse files
committed
clean up markup for --executable description
1 parent 87c98b2 commit e3a1b48

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/dist/dist.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,9 @@ \section{Installing Scripts}
641641
first line of the script starts with \code{\#!} and contains the word
642642
``python'', the Distutils will adjust the first line to refer to the
643643
current interpreter location. By default, it is replaced with the
644-
current interpreter location. The '--executable=/-e' switch will
645-
allow the interpreter path to be explicitly overridden.
644+
current interpreter location. The \longprogramopt{executable} (or
645+
\programopt{-e}) option will allow the interpreter path to be
646+
explicitly overridden.
646647

647648
The \option{scripts} option simply is a list of files to be handled
648649
in this way. From the PyXML setup script:

0 commit comments

Comments
 (0)