Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
cd56da0e
Commit
cd56da0e
authored
Jan 11, 2010
by
Gary Poster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc tweaks
parent
b288c4c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
zc.recipe.egg_/src/zc/recipe/egg/README.txt
zc.recipe.egg_/src/zc/recipe/egg/README.txt
+11
-11
No files found.
zc.recipe.egg_/src/zc/recipe/egg/README.txt
View file @
cd56da0e
...
...
@@ -154,8 +154,8 @@ dependent-scripts
interpreter
The name of a script to generate that allows access to a Python
interpreter that has the path set based on the eggs installed.
See the ``interpreter``
(or ``py``) recipe, below, for a more
full-featured
interpreter.
See the ``interpreter``
recipe, below, for a more full-featured
interpreter.
extra-paths
Extra paths to include in a generated script.
...
...
@@ -756,9 +756,9 @@ be made to contact an index server:
Interpreter generation
----------------------
What if you want a more full-featured interpreter than the one described
above? That one is a script that mimics an interpreter--it has support
for only a limited number of command-line options.
The interpreter described above is a script that mimics an
interpreter--it has support for only a limited number of command-line
options. What if you want a more full-featured interpreter?
The interpreter recipe generates a full-fledged version. Here's an example.
...
...
@@ -779,7 +779,7 @@ The interpreter recipe generates a full-fledged version. Here's an example.
Installing py.
Generated interpreter '/sample-buildout/bin/py'.
Notice that the recipe took the name of the
recipe
from the name of the
Notice that the recipe took the name of the
interpreter
from the name of the
section.
The bin/py script now just restarts Python after specifying a special
...
...
@@ -841,16 +841,16 @@ options and describe them.
In addition to these, the interpreter script offers these three new options.
include-site-customization
Normally the Python's real sitecustomize module is not processed.
If you want it to be processed, set this value to 'true'. This will
be honored irrespective of the setting for include-site-paths.
extends
You can extend another section using this value. It is intended to be
used by extending a section that uses this package's scripts recipe.
In this manner, you can avoid repeating yourself.
include-site-customization
Normally the Python's real sitecustomize module is not processed.
If you want it to be processed, set this value to 'true'. This will
be honored irrespective of the setting for include-site-paths.
name
If you do not want to have the interpreter have the same name as the
section, you can set it explicitly with this option.
...
...
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