当我在终端中键入“python”时,我得到这个:

Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 
.

我不确定这意味着Ananconda已成功安装吗?

有帮助吗?

解决方案

安装anaconda-1.9.0-macosx-x86_64.sh,打开终端并运行

/bin/bash Anaconda-1.9.0-MacOSX-x86_64.sh
.

安装程序将询问一系列问题并将其安装在您确定的前缀中。完成后,关闭终端并再次打开它。(这是为了让您的终端拾取指向前缀/箱的新路径。)

安装时,您应该在终端中看到类似以下的内容:

$ python
Python 2.7.6 |Anaconda 1.8.0 (x86_64)| (default, Nov 11 2013, 10:49:09)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 
.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top