Python Can';t安装Anaconda后导入numpy

Python Can';t安装Anaconda后导入numpy,python,numpy,anaconda,Python,Numpy,Anaconda,我刚刚安装了Anaconda3.5。终端显示了正确的版本,甚至在括号中有连续分析: Python 3.5.0 |Continuum Analytics, Inc.| (default, Oct 20 2015, 14:39:26) [GCC 4.2.1 (Apple Inc. build 5577)] on darwin Type "help", "copyright", "credits" or "license" for more information. 但是,当我键入以下内容时: &

我刚刚安装了Anaconda3.5。终端显示了正确的版本,甚至在括号中有连续分析:

Python 3.5.0 |Continuum Analytics, Inc.| (default, Oct 20 2015, 14:39:26) 
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
但是,当我键入以下内容时:

>>> import numpy
我得到一个错误:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'numpy'

我最终卸载了Anaconda和所有版本的Python 3。重新安装Anaconda后,
numpy
可用。有趣的是,在运行的版本上,终端显示以下信息:

Python 3.5.0 |Anaconda 2.4.0 (x86_64)| (default, Oct 20 2015, 14:39:26) 
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
所以很明显,看到“连续分析”并不意味着你在使用蟒蛇

Python 3.5.0 |Anaconda 2.4.0 (x86_64)| (default, Oct 20 2015, 14:39:26) 
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more information.