Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c98b2 commit e3a1b48Copy full SHA for e3a1b48
1 file changed
Doc/dist/dist.tex
@@ -641,8 +641,9 @@ \section{Installing Scripts}
641
first line of the script starts with \code{\#!} and contains the word
642
``python'', the Distutils will adjust the first line to refer to the
643
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.
+current interpreter location. The \longprogramopt{executable} (or
+\programopt{-e}) option will allow the interpreter path to be
646
+explicitly overridden.
647
648
The \option{scripts} option simply is a list of files to be handled
649
in this way. From the PyXML setup script:
0 commit comments