[Theory] How to speed up python code execution / pypy vs GPU

Michael Torrie torriem at gmail.com
Wed Nov 9 19:38:42 EST 2016


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




More information about the Python-list mailing list