2017-10-13 69 views
0

初学者。 下载python3,下载原子。 试图遵循一些指导,把它去,但无济于事。如果我使用 “这python3 “Atom.io在Mac蟒蛇3,不能让它的工作:(这里

/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" 
+1

你的问题是没有意义的。你可以将链接发布到指定的指南吗? – mondieki

+0

https://stackoverflow.com/questions/35546627/how-to-configure-atom-to-run-python3-scripts –

回答

0

atom-runner documentation明确说明将runner密钥置于"*"之下。您可以在"*".editor之下找到它,并且它应该与其他包设置的缩进级别相同,如atom-python-run