Atom-script: How do i make atom run python 3 instead of default 2.7 mac?

Created on 1 Feb 2019  Â·  4Comments  Â·  Source: atom-community/atom-script

I have seen the other threads on this and it is either not fully explained or just too confusing. i am new! Thank you in advance, for now i just paste "#!/Library/Frameworks/Python.framework/Versions/3.7/bin/python3"
in the top of every .py file and it does it, and im using script. not sure how to permanitly make it run python 3.

Most helpful comment

1787

If you want to use Python3 by default, you can open Atom Settings, Atom→Preferences→Open Config Folder, and open.atom/packages/script/lib/grammars/python.coffee, Changing python to python3 under 'Selection Based' and 'File Based', saving it.

It is works for me.

All 4 comments

bump

1787

If you want to use Python3 by default, you can open Atom Settings, Atom→Preferences→Open Config Folder, and open.atom/packages/script/lib/grammars/python.coffee, Changing python to python3 under 'Selection Based' and 'File Based', saving it.

It is works for me.

Thank you! Only solution that worked.

Grant

On Mar 14, 2019, at 10:02 PM, Lokkie Ho notifications@github.com wrote:

1787 https://github.com/rgbkrk/atom-script/pull/1787

If you want to use Python3 by default, you can open Atom Settings, Atom→Preferences→Open Config Folder, and open.atom/packages/script/lib/grammars/python.coffee, Changing python to python3 under 'Selection Based' and 'File Based', saving it.

It is works for me.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/rgbkrk/atom-script/issues/1797#issuecomment-473159819, or mute the thread https://github.com/notifications/unsubscribe-auth/Aq2h6eA1hDm16UAqLYPZd1iCTw2w6bxGks5vWyljgaJpZM4afL5y.

In my opinion this should be more easily configurable or script should detect whether it is an python2 or python3 script. I'll consider making a patch / pull request for this or at least opening an improvement proposal (issue) for this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  Â·  9Comments

ld000 picture ld000  Â·  6Comments

jaredleekatzman picture jaredleekatzman  Â·  3Comments

wookiist picture wookiist  Â·  3Comments

CHOW1997 picture CHOW1997  Â·  7Comments