gpt4 book ai didi

python - 在 Visual Studio Code 中为文件 'launch.json' 设置 Python 路径

转载 作者:行者123 更新时间:2023-12-04 14:28:23 25 4
gpt4 key购买 nike

我已经使用 Visual Studio Code 几年了,我发现它是一个非常好的 IDE。我用 Python 编程比任何其他语言都多。
我没有开始使用 IDE 的调试器(即使它是一个功能),这真的让我很困扰。
按调试播放按钮时出错:

Failed to launch the Python Process, please validate the path 'export PATH=$PATH:/Library/Frameworks/Python.framework/Versions/2.7/bin/python'
Enter image description here
检查我的 PYTHONPATH:
Enter image description here
我的launch.json文件:
"configurations": [
{
"name": "Python",
"type": "python",
"request": "launch",
"stopOnEntry": true,
"pythonPath": "${config:python.pythonPath}",
"program": "${file}",
"cwd": "/workspace/h5-automation/",
"env": {},
"envFile": "${workspaceRoot}/.env",
"debugOptions": [
"WaitOnAbnormalExit",
"WaitOnNormalExit",
"RedirectOutput"
]
}
任何想法/建议?

最佳答案

如果您使用的是 *nix 系统,请启动终端并输入 which python要获取 Python 路径,请将其复制并粘贴为 pythonPath 的值在launch.json 文件中。

关于python - 在 Visual Studio Code 中为文件 'launch.json' 设置 Python 路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48009900/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com