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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
slapos.buildout
Commits
893e343b
Commit
893e343b
authored
Jul 15, 2008
by
Chris Withers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct a load of typos. Hopefully these weren't meaning-o's ;-)
parent
fcd17d4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/zc/buildout/setup.txt
src/zc/buildout/setup.txt
+4
-4
No files found.
src/zc/buildout/setup.txt
View file @
893e343b
...
@@ -3,16 +3,16 @@ Using zc.buildout to run setup scripts
...
@@ -3,16 +3,16 @@ Using zc.buildout to run setup scripts
zc buildout has a convenience command for running setup scripts. Why?
zc buildout has a convenience command for running setup scripts. Why?
There are two reasons. If a setup script doesn't import setuptools,
There are two reasons. If a setup script doesn't import setuptools,
you can't use a
b
y setuptools-provided commands, like bdist_egg. When
you can't use a
n
y setuptools-provided commands, like bdist_egg. When
buildut runs a setup script, it arranges to import setuptools before
buildut runs a setup script, it arranges to import setuptools before
running the script so setuptools-provided commands are available.
running the script so setuptools-provided commands are available.
If you use a squeaky-clean Python to do your development, the
a
setup
If you use a squeaky-clean Python to do your development, the setup
script that would import setuptools because setuptools isn't in the
script that would import setuptools because setuptools isn't in the
path. Because buildout requires setuptools and knows where it has
path. Because buildout requires setuptools and knows where it has
installed a setuptools egg, it add the setuptools egg to the Python
installed a setuptools egg, it add
s
the setuptools egg to the Python
path before running the script. To run a setup script, use the
path before running the script. To run a setup script, use the
buildout setup command, passing the name of a s
e
cript or a directory
buildout setup command, passing the name of a script or a directory
containing a setup script and arguments to the script. Let's look at
containing a setup script and arguments to the script. Let's look at
an example:
an example:
...
...
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