Commit 8a126bf4 authored by chrisw's avatar chrisw

Correct a load of typos. Hopefully these weren't meaning-o's ;-)

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@88387 62d5b8a3-27da-0310-9561-8e5933582275
parent dd8671d2
...@@ -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 aby setuptools-provided commands, like bdist_egg. When you can't use any 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 adds 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 secript 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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment