Differences

This shows you the differences between two versions of the page.

Link to this comparison view

installation_linux_numpy [2017/01/13 09:40]
y.audouin [Installation of Numpy on Linux]
installation_linux_numpy [2020/04/01 06:13] (current)
y.audouin [Installation of Numpy on Linux]
Line 5: Line 5:
 Type in a terminal: Type in a terminal:
 <box round> <box round>
-python+python3
 </​box>​ </​box>​
 Then in the Python environment type: Then in the Python environment type:
Line 21: Line 21:
 Type in a terminal: Type in a terminal:
 <box round> <box round>
-''​sudo apt-get install ​python-numpy''​+''​sudo apt-get install ​python3-numpy''​
 </​box>​ </​box>​