Your experience on this site will be improved by allowing cookies
In previous topic we have tried few bash commands, some times you may get “command not found error”. Here we will discuss how to troubleshoot this problem.
Follow the following steps
By clicking on Environment variables a new pop window will open. You need to check Path option. There must be a path variable for python as you can see in below screen.
If python’s path is not there then select the path option and click on edit button, a new screen will open and then click on new button.
Now go to c-drive>users>(your present pc name)>appData>Local>Programs>Python>Python37-32>Scripts
and copy the address as highlighted below.
Paste the copied address into the path option and save & apply. Do the same for system variable option also.
Note (By clicking on environment variables, Two options comes, one for “your username” and another is for “system variables”. This means that you are setting variables for your account name of your PC)
Now restart your pc and open vscode
0 comments