I have installed python 3.7, 3.8, 3.9 on my mac and countless versions of pygame, most notably pygame==2.0.0.dev6.
Under python3 version 3.8.2. and the pygame version above, I would be able to compile files from the terminal, but other programs like wing101 and sublime would not run the programs or run them without closing the pygame window.
I deleted all user installed versions of python3, or so I believe, with 3.8.2. still remaining in the usr/bin/python3 location. And I reinstalled 3.8.3 from the python3 website. However, I am back to not being able to compile programs, even from the terminal this time.
When I try to compile from sublime, it appears to be calling python3 from folders involving the 3.7 and 3.9 versions that I no longer have installed. Specifically, it makes reference to Library/Frameworks/Python.frameworks/3.7 & 3.8 & 3.9. I am not even sure those folders exist.
My first priority is to be able to run python programs from my terminal again, does anybody know of stable combinations of python3 and pygame?
Second, if anyone knows how to fix the sublime issue, so that is calls my 3.8.3 version, that'd be great. I tried printing a message showing what version it was running, and it printed out the default 2.7.
I need these programs for my high school class, thank you.
Edit1: Perhaps it is relevant to mention I am using an intel based mac.