SyntaxFix
Write A Post
Hire A Developer
Questions
This is a simple way that works for me.
sudo ln -s /usr/bin/python3 /usr/bin/python
You could change /usr/bin/python3 for your path to python3 (or the version you want).
/usr/bin/python3
But keep in mind that update-alternatives is probably the best choice.
update-alternatives