2010/6/17 Charles سمير Doutriaux :
> Hi,
>
> I noticed that when using a Framework based python under Mac.
>
> numpy nicely gets installed into the Python.Framework directory by default.
>
> But then if I use:
>
> from numpy.distutils.core import setup, Extension
>
> It installed under the regular:
Hi,
I noticed that when using a Framework based python under Mac.
numpy nicely gets installed into the Python.Framework directory by default.
But then if I use:
from numpy.distutils.core import setup, Extension
It installed under the regular:
${prefix}/lib/python-2.6/site-packages
which force