View Single Post
Posts: 196 | Thanked: 141 times | Joined on Aug 2007
#10
Originally Posted by rcolistete View Post
NumPy is a Python module, to be used inside Python programs. So, there is no icon to launch.

After installation (via "apt-get install python-numpy" in Terminal as root), still in Terminal (as user), just type "ipython" and run the example in the screenshot (1st post). It's recommended to install IPython, as said in 1st post, because the "python" interpreter is more limited than 'ipython".
Before doing that you may need to enable developer mode.