gpt4 book ai didi

python - VS代码设置,找不到python 3

转载 作者:行者123 更新时间:2023-12-04 18:49:38 31 4
gpt4 key购买 nike

几个世纪以来,我一直试图让 vscode 工作,但我似乎无法让它工作。我在 vscode 上安装了 python 扩展。
这是 settings.json

{
"python.pythonPath": "/usr/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"workbench.settings.editor": "json",
"workbench.settings.useSplitJSON": true
}
这是我的 python 路径
python3: /usr/bin/python3.8 /usr/bin/python3.8-config /usr/bin/python3 /usr/lib/python3.8 /usr/lib/python3 /etc/python3.8 /etc/python3 /usr/local/lib/python3.8 /usr/include/python3.8 /usr/share/python3 /usr/share/man/man1/python3.1.gz
这是 helloworld 程序的错误
[Running] python -u "/home/hbahsir/Documents/Python Scripts/hello.py"
/bin/sh: 1: python: not found

[Done] exited with code=127 in 0.009 seconds
我想让 vscode 工作,但我不能。
编辑:我使用的是 linux 系统

最佳答案

该错误仅意味着 python不存在于您的环境变量中。您的 python3确实指向 PYTHONPATH这就是它在您的终端中工作的原因。所以你可以简单地做 - make 'python' program command execute Python 3
如果没有,请尝试以下
好像是 pythonvscode 使用默认情况下不会解析为任何解释器。您可以尝试通过执行以下操作进行更改:
您可以从 command palette 中选择您的口译员.以下说明来自DonJayamanne's Github .

Select the command Python: Select Workspace Interpreter from the command palette

Upon selecting the above command a list of discovered interpreters will be displayed in a quick pick list


从中选择一个与当前事件不同的解释器,看看是否能解决它。
Command Pallet Screenshot

关于python - VS代码设置,找不到python 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63269283/

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