How to configure Atom to run Python3 scripts?

前端 未结 8 1164
南旧
南旧 2020-11-27 19:12

In my terminal, I type $ which python3, outputting

/opt/local/bin/python3

I would like to configure Atom to run Python3 scrip

8条回答
  •  温柔的废话
    2020-11-27 19:32

    Go to the Atom's menu bar -> Packages -> Script -> Configure Script (Or, you can use the shortcut Shift+Ctrl+Alt+O)

    Then type python3 to the Command space. Hopefully, it will work.

提交回复
热议问题