+2 votes
in Operating Systems by (71.8k points)
How can I install Numpy on Ubuntu 14.04

1 Answer

+2 votes
by (71.8k points)
selected by
 
Best answer

It can be installed from repository. Try the following...

sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose

 

Related questions

+4 votes
1 answer
+3 votes
1 answer
+2 votes
1 answer

...