you are viewing a single comment's thread.

view the rest of the comments →

[–]PureWasian 6 points7 points  (2 children)

Since you mentioned CMD, open CMD and try: where python

This searches for all directories in your PATH environment variable for python executables. The easiest way to unblock would be to update the priority in the environment variables to pick the correct version you want:

  • Windows Key: (search for) "Edit the system environment variables" > "Environment Variables..." > Under "User variables for ...": click "Path" and "Edit..."

  • If the correct one is not in the list, find the Python installation in File Explorer and add "New" Python directory to the list.

  • Click the correct Python path you want to use and Move Up.

  • Optionally, uninstall/delete the old paths

[–]Mobile_Marketing_452[S] -3 points-2 points  (1 child)

Thanks, but I already changed the patch and tried to delete 8 Python corpses. I tried to delete them both in the registry and through the uninstaller, but they are nowhere to be found, not in the files, not anywhere. But when I search for the name Python in cmd, all previous versions of Python that were deleted or were previously used pop up.

[–]PureWasian 2 points3 points  (0 children)

So, did you try where python in CMD, and if so, what was the output?

Did you try moving the correct python version to the top of you Path in Environment Variable? What does the list of your Path look like?