mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
clean up markup for --executable description
This commit is contained in:
parent
87c98b2e4b
commit
e3a1b4888c
1 changed files with 3 additions and 2 deletions
5
Doc/dist/dist.tex
vendored
5
Doc/dist/dist.tex
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue