ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

How can I run Python3 scripts in Atom? #83

Closed w-zhiwei closed 6 years ago

ioquatix commented 6 years ago

Put #!/usr/bin/env python3 at the top of your file.