Anaconda不会在Linux中安装


2

我正在尝试在运行最新版本的Elementary OS的笔记本电脑上安装Anaconda。我按照官方网站上的步骤进行操作。http://docs.anaconda.com/anaconda/install/linux/但是,当我到达流程结尾并重新启动终端时,出现以下几行:

bash: /home/anton/.bashrc: line 171: syntax error near unexpected token `added'

bash: /home/anton/.bashrc: line 171: esac# added by Anaconda3 5.3.0 installer'

当我键入anaconda-navigator希望它能打开时,出现错误:

anaconda-navigator: command not found

我是Linux的新手,您的帮助将不胜感激。

Answers:


1

错误在第171行中,如下所示:

esac# added by Anaconda3 5.3.0 installer'

应该

esac #added by Anaconda3 5.3.0 installer'
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.