You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: