i have a program in python, which wont compile in vscode
using python3 in terminal works, but in vscode it does not. here is the output it produced:
[Running] python -u "/Users/path/hello.py"
/bin/sh: python: command not found
[Done] exited with code=127 in 0.039 seconds
I have tried uninstalling and reinstalling both python and vscode, but the problem still continues. (im on mac)
1