Install Numpy on Mac OS X Lion 10.7

前端 未结 9 1117
萌比男神i
萌比男神i 2020-12-18 10:27

I need to install Numpy on my Mac OS X Lion 10.7. I googled a little bit, it seems like there are a lot of stuff needs to be installed. And some says I need install Xcode be

9条回答
  •  感情败类
    2020-12-18 11:00

    Lion comes with numpy installed. It should already be there:

    $ python -c 'import numpy, numpy.version; print numpy, numpy.version.version'
     1.5.1
    

提交回复
热议问题