atom-python-run icon indicating copy to clipboard operation
atom-python-run copied to clipboard

(OS X) Use Python 3.7 Interpreter > Python 2.X

Open rleaf opened this issue 6 years ago • 2 comments

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"

rleaf avatar Sep 21 '19 17:09 rleaf

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?

blankens10 avatar Jan 04 '21 13:01 blankens10

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.

790680d498db avatar Feb 24 '22 02:02 790680d498db