我是Python 3.6的新手。
我已经安装了Anaconda3,并且在命令提示符下运行D:\Anaconda3\python
时,出现以下警告:
此Python解释器位于conda环境中,但该环境具有 未激活。库可能无法加载。激活此环境 请参阅https://conda.io/activation
我通过键入d:\Anaconda3\Scripts\activate base
按照链接中的说明进行操作,但最终出现以下错误(SyntaxError):
>>> d:\Anaconda3\Scripts\activate base
File "<stdin>", line 1
d:\Anaconda3\Scripts\activate
^
SyntaxError: unexpected character after line continuation character
>>>
有人可以帮我解决问题吗?