2017-10-13 9 views
0

初心者ここに。 ダウンロードのpython3は、原子をダウンロードした。 はそれが起こったが、無駄に取得するには、いくつかのガイドに従うことを試みた。私は を使用する場合は、「これのpython3 ?「Mac上Atom.ioパイソン3、それは仕事を得るカント:(

私はそれがのpython3を使用して取得するために原子でこれを入力することができます
/Library/Frameworks/Python.framework/Versions/3.6/bin/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

あなたの質問はmootです。記載されたガイドへのリンクを投稿できますか? – mondieki

+0

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

答えて

0

atom-runner documentationは、具体的にはrunnerキーを"*"の下に置くと言います。 "*".editorの下にあり、他のパッケージ設定と同じインデントレベル(atom-python-runなど)にする必要があります。

関連する問題