Without virtual environment or inside the environment, you can update python as follow:
conda update python
Or you can upgrade or downgrade the environment python version:
conda install python=3.7
Updating or Upgrading Python
Without virtual environment or inside the environment, you can update python as follow:
conda update python
Or you can upgrade or downgrade the environment python version:
conda install python=3.7
Updating or Upgrading Python