Hi, > That would get them all built as a cohesive set. Then I'd repeat the > installs without PYTHONPATH:
Is that any different from: cd ~/src cd numpy python setup.py build cd ../scipy python setup.py build ... cd ../numpy python setup.py install cd ../scipy python setup.py install ? Just wondering - I don't know distutils well. Matthew _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
