vscode - Python - Error: spawn python ENOENT 问题解决

使用VScode测试Python·代码时无法调试,对于Python来说,环境问题,学习成本高,使用次数少,学习起来吃力不讨好。

参考解决网站-英文https://stackoverflow.com/questions/39949845/visual-studio-python-failed-to-launch-the-python-process-please-validate-the-p


vscode - Python - Error: spawn python ENOENT 问题解决_第1张图片

解决方法

1、首先确保vscode扩展Python已安装


vscode - Python - Error: spawn python ENOENT 问题解决_第2张图片

2、安装Python

https://www.python.org/

3、配置环境变量,Python不像Java可以自动配置,需要手动配置

默认安装Python的路径一般为

C:\Users\***\AppData\Local\Programs\Python\Python36

vscode - Python - Error: spawn python ENOENT 问题解决_第3张图片

4、重启VScode,大功告成

喜欢的化请点个赞

你可能感兴趣的:(vscode - Python - Error: spawn python ENOENT 问题解决)