change python version windows code example
Example 1: change default python version
sudo update-alternatives --config python
Example 2: how to change pythoin version
conda install python=3.6
sudo update-alternatives --config python
conda install python=3.6