初学者。 下载了python3,下载了atom。 试图按照一些指南来实现它,但无济于事。如果我使用 “哪个python3”
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3
我可以在哪里输入这个以使其使用python3?
这就是我的配置的样子:
"*":
"atom-python-run":
f5Command: "python3 {file}"
"autocomplete-python":
useKite: false
core:
packagesWithKeymapsDisabled: []
telemetryConsent: "no"
themes: [
"one-dark-ui"
"predawn-syntax"
]
editor:
fontFamily: "Source Code Pro"
fontSize: 20
tabLength: 4
"exception-reporting":
userId: "dbab5103-2f7f-43f3-8751-feba53c74d95"
runner:
scopes:
python: "/Library/Frameworks/Python.framework/Versions/3.6/bin/python3"
答案 0 :(得分:0)
atom-runner
documentation具体说是将Lock Screen
键放在runner
下面。你在"*"
下面有它,它应该与其他包设置在同一缩进级别,如"*".editor
。