2017-10-13 68 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