Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rleaf opened this issue Sep 21, 2019 · 2 comments
Open

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

rleaf opened this issue Sep 21, 2019 · 2 comments

Comments

@rleaf
Copy link

rleaf commented Sep 21, 2019

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"

@blankens10
Copy link

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?

@790680d498db
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants