-Background-I was having an issue with “import pygame” not working after I updated to python 3.11. So, I thought it was a version issue. VS code says the version is 3.11, but when I typed “python —-version” into my terminal, it said 3.9.12. Why is it showing an older version than I installed?
-What I Tried-To try and find the problem, I deleted python 3.10 because I wasn’t using it, but I couldn’t find 3.9.12 anywhere in my applications or program files. Is there a proper way to locate it or uninstall that version somehow?