I believe the problem is that the bumpy version that comes with the OS (/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy) interferes.
How can we prevent this from happening (preferably without deleting what came with the OS, as the user may have other software that depends on it)?
I tried to follow the wiki instructions on a virgin Lion machine. All went well until the cellprofiler-dev recipe failed to install numpy:
I believe the problem is that the bumpy version that comes with the OS (
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy
) interferes.How can we prevent this from happening (preferably without deleting what came with the OS, as the user may have other software that depends on it)?