On 10/03/15 13:59, Markos wrote:
I'm not sure about Squeeze but on this Ubuntu 14.04 system you can install numpy for Python 3 by typing:$ sudo apt-get install python3-numpy The Python 3 version of the package is a relatively new addition to the repositories though so it may not be available in Squeeze.
Did you try this route first? Its by far the easiest way to do it. Or you could download and install Anaconda (or Canopy) which has SciPy (including Numpy) installed already! -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_gauld Follow my photo-blog on Flickr at: http://www.flickr.com/photos/alangauldphotos _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
