Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e3a1b488
Commit
e3a1b488
authored
Aug 25, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up markup for --executable description
parent
87c98b2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Doc/dist/dist.tex
Doc/dist/dist.tex
+3
-2
No files found.
Doc/dist/dist.tex
View file @
e3a1b488
...
...
@@ -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
``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. The '--executable=/-e' switch will
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
explicitly overridden.
The
\option
{
scripts
}
option simply is a list of files to be handled
in this way. From the PyXML setup script:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment