From my Notebook >
I ran sudo python scriptname.py and it didn’t work:
sudo python scriptname.py
python: command not found
Here is the fix:
sudo apt-get install python-is-python3
This installed a package that fixed the problem.