Commit dc54f74b authored by Philipp von Weitershausen's avatar Philipp von Weitershausen

Merge r41323 from 2.8 branch:

  Make instances have a lib/python directory with a proper README.txt by default.
  Note that it's already automatically put on the PYTHONPATH by Zope, it just
  wasn't there yet by default.
parents e2f258ba 310c8934
......@@ -5,5 +5,6 @@ server. It contains the following directories:
etc/ Configuration files
Extensions/ Python sources for External Methods
log/ Log files
Products/ Installed products specific to the instance
lib/python/ Installed Python packages specific to the instance
Products/ Installed Zope Products specific to the instance
var/ Run-time data files, including the object database
This directory will hold any additional Python packages installed into
this Zope instance. Installing Distutils-based packages should be
done using the command:
<<PYTHON>> setup.py install --home <<INSTANCE_HOME>>
This will cause the newly installed Python packages to appear in this
directory.
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