ubuntuにpipでscipyをいれる

sudo apt-get build-dep python-numpy python-scipy
pip install numpy
pip install scipy

でOK