macOS上VS Code上的Python路径

时间:2018-08-22 13:26:46

标签: python macos visual-studio-code vscode-settings python-3.7

我正在macOS上配置VS Code以与Python一起使用。

我安装了Python 3.7,并在VS Code tutorial的帮助下配置了所有内容。

到目前为止,它似乎工作正常,但是当我在VS Code Terminal上调试一些Python代码时,它将返回以下输出:

iMacdiVincenzo:hello antedoro$ cd /Users/antedoro/Desktop/hello ; env "PYTHONIOENCODING=UTF-8" "PYTHONUNBUFFERED=1" /Library/Frameworks/Python.framework/Versions/3.7/bin/python3 /Users/antedoro/.vscode/extensions/ms-python.python-2018.7.1/pythonFiles/PythonTools/visualstudio_py_launcher_nodebug.py /Users/antedoro/Desktop/hello 52047 34806ad9-833a-4524-8cd6-18ca4aa74f14 RedirectOutput,RedirectOutput /Users/antedoro/Deskto p/hello/hello.py Hello World

我认为PATH变量有问题。我该如何解决?

谢谢。

0 个答案:

没有答案