Running Python from Atom

后端 未结 5 930
傲寒
傲寒 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:34

    To run the python file on mac.

    1. Open the preferences in atom ide. To open the preferences press 'command + . ' ( ⌘ + , )
    2. Click on the install in the preferences to install packages.

    3. Search for package "script" and click on install

    4. Now open the python file(with .py extension ) you want to run and press 'control + r ' (^ + r)

提交回复
热议问题