VSCode terminal problem $python3 app.py - zsh: command not found: app.py

Follow the instructions I provide on this post:

If you are coding in mac, on the terminal type ‘python3’ (without the ‘’) and you should see the version you have installed. If no version appears, you have to uninstall Python3 and install but ADDING PYTHON TO THE PATH! it’s on the first screen of the installer.

Let me know how it goes.