I'm missing the python3 binary in /usr/bin/.
which python3 outputs /home/d4rkc10ud/anaconda3/bin/python3
sudo apt install python3 outputs python3 is already the newest version (3.12.3-0ubuntu1).
sudo apt install python3-dev outputs python3-dev is already the newest version (3.12.3-0ubuntu1).
A python3 file exists in /usr/local/bin that links to a python3.12 file in the same directory.
I'm running Kubuntu 24.04 on my machine. I'd really appreciate any help.
UPDATE:
file /usr/bin/python3 outputs /usr/bin/python3: broken symbolic link to python3.12
Maybe creating a symbolic link from /usr/bin/python3 to /usr/local/bin/python3.12 would help? I'm fairly new to linux so I'm afraid to just try it and mess things up more.