Update Anaconda-Navigator
After the Machine Learning course, I registered Data Science Introduction course (Michigan Univ.) to refresh Python hands. When the pop-up asking about updating anaconda navigator to a new version, I selected "yes" and it just quit current anaconda navigaotr window on Mac. However, Anaconda-Navigator only shut down without any updates. It might be due some permission issue.
Here is the command line to update Anaconda-Navigator: conda update anaconda-navigator
. To execute the correct command in cases of pyenv installed to wrap multiple python contexts, you need to select the anaconda pyenv profile and set it to local (or global if intent to).
Update Anaconda Environment
To update anaconda current environment to the latest packages unless dependencies preserve some package versions, the command line is conda update conda
Another way to launch the terminal is to click Anaconda GUI environment column and select "Open Terminal" from the small triangle.