Anaconda-navigator: command not found ERROR

conda and Anaconda Navigator are actually two different things. conda is a command line package and environment manager, while Anaconda Navigator is a desktop GUI for managing conda environments, launching apps, and connecting to other Anaconda services.

It sounds like you’ve only downloaded Miniconda, which does not include Navigator. However, you can install it with conda install anaconda-navigator. Hopefully that helps.

1 Like