0

I am not able to open up Anaconda Navigator after updating all the packages. When I click Anaconda I get nothing. It is neither responding or giving me an error.

Thank you in advance.

Anaconda or Miniconda version: conda 4.5.12

Operating System: MacOs Mojave Version 10.14.2

conda info

Jimmy Koga
  • 25
  • 2
  • 4

1 Answers1

5

Try update Navigator:

$ conda update conda
$ conda update anaconda-navigator
$ conda update navigator-updater

If that does not work, you can reset then update

$ anaconda-navigator --reset
$ conda update anaconda-navigator
$ conda update navigator-updater

If nothing help, you can revert to restore root environment to its state after first installation

$ conda install --rev 1
Prayson W. Daniel
  • 14,191
  • 4
  • 51
  • 57