Installation of Numpy on Linux

Check if it is already installed

Type in a terminal:

python3

Then in the Python environment type:

import numpy

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 numpy

Installation

Type in a terminal:

sudo apt-get install python3-numpy
installation_linux_numpy.txt · Last modified: 2020/04/01 07:13 by y.audouin