I'm trying to install Scipy from source on Red Hat, but having some issues with the installation process, especially with ATLAS. I saw that Sage includes Scipy and Numpy along with various other packages, and requires minimal configuration. If I build Sage, will I be able to import Scipy in Sage from my original installation of Python, or do I have to do it from the Python provided with Sage?
Also, is it possible to only build specific packages within Sage and not have to build the whole thing?
The situation that I'm in requires that I build from source, so downloading a precompiled binary isn't an option.
Thanks!