After running conda update conda
and conda update --all
yesterday, I noticed that the anaconda prompt shortcut no longer exists in my start menu (on windows).
The prompt also got removed from Windows Terminal profiles (perhaps Terminal scrapes start menu to find the links).
I can still start the env with %userprofile%\miniconda3\condabin\activate.bat
, and could manually add this as a profile to Terminal again, but would like to know
- why the link was removed
- if there’s a way to re-install it again so things keep working automagically (is there some package to install?).