I'm having issues running a .py script. The full error I get is zsh: ./flashimage.py: bad interpreter: /usr/bin/python: no such file or directory Below are details of my system and files. I see I have python installed but its looks like its looking for it in the wrong place (/usr/bin/python). How do I fix this? Please explain like I'm 5. I'm really bad at terminal stuff.
which python /Library/Frameworks/Python.framework/Versions/2.7/bin/python
which pip /Library/Frameworks/Python.framework/Versions/2.7/bin/pip
type -a python
python is /Library/Frameworks/Python.framework/Versions/2.7/bin/python
python is /usr/local/bin/python
python --version Python 2.7.18