VSCode 运行Python出现 Python was not found but can be installed from the Microsoft Store

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/weixin_40040107/article/details/102650433

解决办法

在 setting.json 里添加如下代码即可

"code-runner.executorMap": {
        "python":"$pythonPath $fullFileName",
    }

在这里插入图片描述

问题解决
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_40040107/article/details/102650433