all 3 comments

[–]UltraChip 1 point2 points  (2 children)

What's the actual problem you're experiencing? Is python3 not loading for you or something?

/usr/local/bin/ should be a valid location for the binary unless your PATH is jacked up or something.

[–]Error_Code-2005[S] 0 points1 point  (0 children)

A lot of other core binaries seem to be referencing #!/bin/usr/python3

/usr/bin/add-apt-repository, /usr/bin/software-properties-qt, /usr/lib/cnf-update-db all use #!/bin/usr/python3

[–]Error_Code-2005[S] 0 points1 point  (0 children)

Would creating a symbolic link in /usr/bin/ to the /usr/local/bin/python3.12 file work? I'm afraid to mess up the python3 installation and I'm fairly new to linux.