vsc terminal cant find python module code example
Example: vscode coderunner does not find python library
// in VsCode `sessings.json`
// ( preferences --> settings --> type "code-runner.executorMap")
"code-runner.executorMap": {
"python": "C:\\Python38\\python.exe"
}