Jupiter Notebook and Mac M1

Hello Colleagues!
I had to renstall Anaconda on my Mc Pro M1 Monterrey

Now I can not launch the Jupiter notebook from the Navigator:

The file /Users/tolynovik/opt/anaconda3/bin/jupyter_mac.command does not exist.

I can launch it from the Terminal though

I even downgraded Notebook to an older version but it did not help

Hope you can advise and help me

dear t625.

Thank you for your contribution to the anaconda community.

Now I can not launch the Jupiter notebook from the Navigator:

The cause is simple, it is caused by the fact that the PATH to your anaconda3/bin is not passed.

Please refer to the following URL and correctly set PATH to /Users/tolynovik/opt/anaconda3/bin.

Best regards.

Thanks!

How do I get to the PATH ending?
I tried to use the referenced StackOverflow but got this:

(base) tolynovik@Tolys-MacBook-Pro ~ % nvim ~/.zshrc

zsh: command not found: nvim

(base) tolynovik@Tolys-MacBook-Pro ~ %

dear t625.

Thank you for your reply.

The last error is caused by not having nvim installed.

To solve it, you need to refer to the following site and install nvim.

After doing that work, you can solve it by setting the necessary PATH.

Best regards.

This is what my current PATH looks like:
(base) tolynovik@Tolys-MacBook-Pro ~ % echo $PATH

/Users/tolynovik/opt/anaconda3/bin:/Users/tolynovik/opt/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands

Is it OK?

Can I fix the path without installing BREW? I have Anaconda already.