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

Python no found Ubuntu 20.04

Open patop opened this issue 4 years ago • 1 comments

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

patop avatar Apr 06 '21 02:04 patop

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