I am using the application vs code, and whenever I try to run a python file, it gives me the error:
zsh: command not found: python
I have the python extension and application installed on my computer. I am using a MacBook with the new M1 Chip.
The code is just:
print("Hello World")
Does anyone know how to fix this?