Running Python from Atom

后端 未结 5 942
傲寒
傲寒 2020-12-08 08:44

In Sublime, we have an easy and convent way to run Python or almost any language for that matter using + b (or ctrl + b)

<
5条回答
  •  渐次进展
    2020-12-08 09:41

    Download and Install package here: https://atom.io/packages/script

    To execute the python command in atom use the below shortcuts:

    For Windows/Linux, it's SHIFT + Ctrl + B OR Ctrl + SHIFT + B

    If you're on Mac, press ⌘ + I

提交回复
热议问题