anaconda launcher links don't work

14,708

Solution 1

conda install -f launcher
conda install -f node-webkit

The Launcher application requires both of these on OSX.

It is also a good idea to make sure you Anaconda environment is up to date first with:

conda update conda
conda update anaconda

Solution 2

As of conda 4.1.0 it is recommended to use navigator , For me the launcher stopped working . To install conda navigator

conda install anaconda-navigator
Share:
14,708
Bobby Digital
Author by

Bobby Digital

Updated on June 04, 2022

Comments

  • Bobby Digital
    Bobby Digital almost 2 years

    I've installed anaconda on mavericks osx. When I'm trying to install ipython notebook from launcher app - it shows message that app is installing, but nothing happens after. Also links in launcher don't work and I can easily start ipython notebook from terminal. So I guess something wrong with launcher itself.

    How can I fix it?