This is an old revision of the document!
Table of Contents
Installation of Numpy on Linux
Check if it is already installed
Run:
python
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 numpyInstallation
Run:
sudo apt-get install python-numpy
Add this page to your book
Remove this page from your book
Show, modify book (
Help'