On 11/09/2016 02:10 PM, BartC wrote: > Good point, I use Ubuntu under Windows. It should be child's play, > except... 'sudo apt-get install numpy' or 'python-numpy' doesn't work.
Something is wrong with your setup then. Because both python-numpy and python3-numpy are in the standard ubuntu repositories, including the one that comes with the Ubuntu windows Linux subsystem. I just installed them and they appear to work fine. sudo apt-get update sudo apt-get install python-numpy -- https://mail.python.org/mailman/listinfo/python-list
