atom-python-run
atom-python-run copied to clipboard
(OS X) Use Python 3.7 Interpreter > Python 2.X
Hello
How can I make this package use the Python 3 interpreter? I've read this link in the wiki and it's a little difficult without the pictures to tell what's going on. I've also read a similar issue on this and have tried ideas from that, but none have worked.
platform: darwin shell: osascript option: -e call: python script: /Users/Ryan/.atom/packages/atom-python-run/lib/../cp/main.py command: tell app "Terminal" to do script " python /Users/Ryan/Documents/GitHub/Assignments/assignment02.py"
I also have this problem, and it would be quite stupid if there's a simple answer contained in the pictures that just aren't there anymore. Anyone have a solution for this yet?
Press view code on atom-python-run extension page. Modify desired occurrences of 'call': 'python' in class Shell of lib/terminal.js such that proper python executable is launched.