$ pythonPath не работает в VS Code Runner - PullRequest
0 голосов
/ 09 января 2020

Как настроить конфигурацию Code Runner:

"code-runner.runInTerminal": true,
"code-runner.executorMap": {
    "python": "set PYTHONIOENCODING=utf8 && $pythonPath $fullFileName"
},

и мою конфигурацию интерпретатора python:

"python.pythonPath": "${env:USERPROFILE}/WPy64-3680simu191016/python-3.6.8.amd64/python",
...