Update python 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: ANACONDA UPDATE ALL
conda update --all
Example 4: how to downgrade python to 3.7 4 anaconda
conda install python=3.5.0
conda install python=2.7.8
Example 5: How to update python using anaconda/conda
conda update python
conda update anaconda
conda install python=$pythonversion$
conda create --name py36 python=3.6
conda create --name py365 python=3.6.5 --channel conda-forge
Example 6: conda python update
conda install python= pythonversion