2009-08-11 26 views

回答

2

numpy沒有可選組件。構建成功或失敗。您可以運行測試套件來查看構建是否有效。

$ python -c "import numpy;numpy.test()" 
Running unit tests for numpy 
NumPy version 1.4.0.dev 
NumPy is installed in /Users/rkern/svn/numpy/numpy 
Python version 2.5.4 (r254:67916, Apr 23 2009, 14:49:51) [GCC 4.0.1 (Apple Inc. build 5465)] 
nose version 0.11.0 
..................... 
... etc.