conda install python version code example
Example 1: conda set python version
conda search python
conda install python=3.6.2
Example 2: update python in miniconda
conda install python=3.6
Example 3: how to install conda using pip
conda create -n shrink_venv
Example 4: how to install conda using pip
(shrink_venv): pip install Pillow
Requirement already satisfied (use --upgrade to upgrade): Pillow in /Library/Python/2.7/site-packages