1 | initial version |
One thing you could try to install a newer scipy is to download scipy and follow the instructions for installation, but instead of doing "python setup.py ...", do "sage -python setup.py ..." (i.e., instead of calling python, call sage -python, which will use Sage's version of python).