how to install specific version of python in anaconda code example
Example 1: update python in miniconda
conda install python=3.6
Example 2: update python in miniconda
conda update python
conda install python=3.6
conda update python