I had installed some program which required conda after the conda installation I started having issues with stable diffusion because it requires python 3.10 version bugs started showing up.
In the env variables its set to python 3.10
After changing the path variable i was expecting that python --version
command to output python 3.10 version.