How to configure Atom to run Python3 scripts?

前端 未结 8 1171
南旧
南旧 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:39

    If you are using Atom on Mac OS and have script 3.18.1 and atom-python-run 0.9.7 packages installed, the following steps will help you out.

    Script-> Configure Script

    Then type in Python3 in the command field in the options dialog.

    This should solve your problem.

提交回复
热议问题