便携版的VSCode中python解释器的相对路径设置求教

我在VSCode的文件夹内放置了一个精简版的Python解释器,想要通过设置python.pythonPath变量为${execPath}/Python/python.exe来实现调用

总是失败

在Run Code中设置

    "code-runner.executorMap": {
        "python": "${execPath}/Python/python.exe",
    },

试过了多种格式, 依旧无解

求大侠指点