foreshadow / atom-python-run

A simple atom package. Press one key to run your python code in atom.
https://atom.io/packages/atom-python-run
MIT License
44 stars 32 forks source link

Python no found Ubuntu 20.04 #136

Open patop opened 3 years ago

patop commented 3 years ago

When try to run a program, in the terminal it shows "there was an error creating the child process for this terminal Failed to run child process "python" (File or directory does not exist)". but python is intalled

c13mn14k commented 2 years ago

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.