Home > Software engineering >  Not Able to Run Python Commands in VS Code Terminal
Not Able to Run Python Commands in VS Code Terminal

Time:11-17

have installed Latest Python Latest Python 3 (python-3.11.0-amd64) and Latest VS Code (VSCodeUserSetup-x64-1.73.1). I also Installed the Python Extension for Visual Studio Code

I have selected the interpreter as

enter image description here

But I am not able to run any Python Command in the terminal even as an administrator. No error and no complain but just empty line enter image description here

Can you please let me know why this is happening?

CodePudding user response:

Has Python been added to your path? There's a checkbox for this in the dialogue when you install it, but if you didn't check that box, then its possible that Python hasn't been added to your path.

enter image description here

CodePudding user response:

Have you checked python path?

system properties--->environment variables--->system variables--->path

  • Related