In my anaconda environment in Windows 10,
python --version shows Python 3.7.6,
and python3 --version shows Python 3.9.12
How can I set python to use Python 3.9.12 which is used by python3?
Because I use Windows, alias python=python3 command does not work.