Linux Mint 18.1에서 오늘 Anaconda Navigator를 시작하려고 하면 다음과 같은 내용이 표시됩니다. 어젯밤에 작동했습니다.
$ python3
Python 3.6.1 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:09:58)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> anaconda-navigator
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'anaconda' is not defined
>>>
답변1
이는 Python 쉘에서 anaconda navigator를 시작하기 때문입니다. 아나콘다 네비게이터를 시작하려면 먼저 셸을 종료해야 합니다. 다음을 사용하여 쉘을 종료할 수 있습니다.
exit()
또는 Ctrl+를 누르세요 D.
그런 다음 명령줄에 다음을 입력할 수 있습니다.
anaconda-navigator