"Python not found" after VSCode upgrade
I am using VSCode 1.52.1 to work with Python 3.9.1 and Django.
I had to upgrade VSCode to 1.71.0 and when I run Django, I get the following error:
VSCode terminal error messages
Nothing changed with Python. Software installed, paths are the same. Do I need to change the JSON configuration file?
Can someone help me solve this issue?
Thanks and best regards,
try to run through cmd instead of powerShell, or try python3 manage.py runserver