On my computer there are several python versions. I moved to the top the environment variable of the python version i want to set as default.
When i type on Git Bash
python --version
It outputs a version.
When
py --version
It outputs another.
How can i fix it to a single version?