[Plone-Users] Installing matplotlib into Plone Python

>
The same steps as with any other Python installation. You take the
Python interpreter used for your Zope instance to install the package.

-aj

Not clear, If I:
% python setup.py build
% python setup.py install

It's just going to install in the default /usr/ locations. Are you
saying that I need to run ./python setup.py build / install using the
'python' from the zope instance?