When typing "python --version" into cmd, I get the following error:
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
"py --version" works, but I need it to work with the "python" command instead of "py" because stable diffusion uses "python" to execute scripts
Here is where my python is installed:
C:\Users\Ruben Work\AppData\Local\Programs\Python\Python310
And I have added the following to my "Path" variable for the user and system:
C:\Users\Ruben Work\AppData\Local\Programs\Python\Python310\Scripts
C:\Users\Ruben Work\AppData\Local\Programs\Python\Python310\