'输入行太长错误'当试图在anaconda上激活python 3.5时

时间:2016-04-09 10:08:18

标签: python

我正在尝试使用anaconda为我的ipython笔记本安装python 3内核。这是为了让我在需要时使用Python 2或3。所以我在这个stackoverflow页面上找到了以下命令Using both Python 2.x and Python 3.x in IPython Notebook

conda create -n py35 python=3.5
source activate py35
conda install notebook ipykernel
ipython kernel install

问题是在安装python 3.5之后source activate py35命令出现source is not recognized as an internal or external command, operable program or batch file错误,当我使用activate py35时,我得到the input line is too long请问有没有办法解决这个问题错误?

1 个答案:

答案 0 :(得分:0)

我在此post

中找到了解决方案

我基本上在我的anaconda目录中创建了一个新的系统变量,并在现有的变量前添加了它的路径变量。然后"activate py35"命令工作得很好。