@Livid XXX-MacBook-Pro:~ XXX$ gcc clang: error: no input files
humiaozuzu
2014-03-27 21:13:59 +08:00
我也有,但是也没安装过。
est
2014-03-27 21:24:08 +08:00
$ /usr/bin/python2.7 Python 2.7.5 (default, Aug 25 2013, 00:04:04) [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import numpy >>> numpy.__file__ '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/__init__.pyc' >>> scipy.__file__ '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/scipy/__init__.pyc'
看来是自带的嘎
Mutoo
2014-03-27 21:29:21 +08:00
$ python -c "import numpy" Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named numpy
@Livid $ uname -a Darwin Mutoos-Air.local 13.1.0 Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64