Description: I have several Python interpreters installed in my system (3.8, 3.10 and 3.11). The default version is 3.11 which is incompatible with the solution application framework (need 3.7 or 3.8). I want to switch to 3.8.
Solution: Edit the PATH environment variable, by moving the desired version of python to the top in Environment Variables Setting. Update it at System as well as Users Variables sections.
e.g.,
by setting this, it launches the version which user has set as above, in this case Python 3.8. However, issuing a command "py -0p" is not showing the active version as 3.8, check below snapshot which is confusing.
Have you face such issue with multiple python versions? Any suggestions are welcome. Thanks!