Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 13951

Removing one of the two installed Jupyters

$
0
0

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?


Viewing all articles
Browse latest Browse all 13951

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>