Commit aedee5cf authored by Reinout van Rees's avatar Reinout van Rees

Improved wording

parent 2397a5aa
......@@ -938,9 +938,9 @@ It also works for zipped eggs:
Distutils copies the script files verbatim, apart from a line at the top that
looks like ``#!/usr/bin/python``, which gets replaced by the actual python
interpreter. The second line can contain a source encoding hint, which is
retained. Buildout does the same, but additionally also adds the sys.path like
for the console_scripts:
interpreter. Buildout does the same, but additionally also adds the sys.path
like for the console_scripts. Note that the second line in the scripts can
contain a source encoding hint; buildout retains it.
>>> cat(distbin, 'distutilsscript')
#!/usr/local/bin/python2.7
......
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