Visual Studio Python "Failed to launch the Python Process, please validate the path 'python'' & Error: spawn python ENOENT

前端 未结 6 762
生来不讨喜
生来不讨喜 2021-01-19 09:26

I just downloaded Python and Visual Studio. I\'m trying to test the debugging feature for a simple \"Hello World\" script and I\'m receiving this error:

6条回答
  •  别那么骄傲
    2021-01-19 09:36

    Figured it out, if you just started python then you probably did not add python to your path.

    To do so uninstall python and then reinstall it. This time click "add python to path" at the bottom of the install screen.

提交回复
热议问题