Python3 "can't be opened because the original item can't be found."
So I wanted to compile a program in the Arduino IDE and I came across the error message "no such file or directory and after some research I realized that the symbolic link does not point to the correct file. After I found the path with 'where python' /usr/local/bin/python, I created a new symbolic link to this file. But the compiler still showed this error message and I wondered why it still didn't work, so I searched for my python3 alias and discovered that the alias was not found in the bin folder. Now I wonder how I can get my python installed and working again? It should be installed by default by macOS so I would like to use it without using homebrew for it.
MacBook Pro 14″, macOS 14.2