In my system, by mistake, a second Jupyter is now installed.
which -a jupyter: /opt/homebrew/bin/jupyter #latest jupyter which should be removed /opt/anaconda3/bin/jupyter #previous working jupyter
While the second one,"/opt/anaconda3/bin/jupyter
" is what I was working with, the first one,"/opt/homebrew/bin/jupyter
" does not work because of its wrong python path and uninstalled packages.
I have tried to remove this jupyter by brew uninstall jupyter,
but it didn't work because of this error Error: No such keg: /opt/homebrew/Cellar/jupyter.
As I have numerous packages and libraries on the second jupyter.Thus, I am not willing to reinstall jupyter from scratch.Calling Jupyer notebook
at the moment calls the first path. Do you have any suggestions to fix this issue?