So basically I was testing something with python and need multiple version because certain modules were not working with some version. The problem is that now I have 4 version of python and they are causing issue and annoying me. Here the version and where they are stored
Python 3.12.1 (Frameworks)
Python 3.11.7 (usr/local/bin/python3.11)
Python 3.9.6 (usr/bin/python3)
Python 3.12.4 (usr/local/bin/python3)
I think python 3.12.1 was installed via homebrew. I need a way to delete the other version because not all of them are working.
I have tried deleting some of the files and redownloading homebrew but it seems to make the problem worse.Is there anyway to fix this or should I erase my computer?
user21575845 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.