sudo apt-get install python-scipy
sudo apt-get install python-numpy
sudo apt-get install python-matplotlib
sudo apt-get install python-nose
python
import scipy
import numpy
import pylab
scipy.test()
numpy.test()
pylab.test()sudo apt-get install python-scipy
sudo apt-get install python-numpy
sudo apt-get install python-matplotlib
sudo apt-get install python-nose
python
import scipy
import numpy
import pylab
scipy.test()
numpy.test()
pylab.test()