Facing issues with Vsc Code Runner, unable to run python code using Code Runner. Works fine when clicked on Run Python Code button
I get an error
zsh: no such file or directory: /usr/local/bin/python3.9.2
I have identified the error, need to change the run command from
python -u
to
python3 -u
How do I do that?