6. Installing Products

In case you want to install additional Zope or Plone products keep in mind that the Python version your Zope 2.10.5 uses is not in the PATH. If the product's installation instructions tell you to issue commands like

python setup.py configure
you have to type
/opt/python24/bin/python setup.py configure
instead.