This is an old revision of the document!


Installation of scipy on Linux

Check if it is already installed

Type in a terminal:

python

Then in the Python environment type:

import scipy

If numpy is not installed you should get the following error:

Traceback (most recent call last):
File ”<stdin>”, line 1, in <module>
ImportError: No module named scipy

Installation

Type in a terminal:

sudo apt-get install python-scipy
installation_scipy.1490881617.txt.gz · Last modified: 2017/03/30 14:46 by y.audouin