update python on anaconda code example
Example 1: update anaconda
conda update --all
Example 2: update anaconda from cmd
// to update anaconda
conda update conda
// to update all anaconda package
conda update --all
Example 3: update anaconda packages
conda update --all