dpo / atom-python-debugger

IDE-like Python debugger for Atom
MIT License
42 stars 13 forks source link

Switch to Python3 #51

Closed trespitt closed 6 years ago

trespitt commented 6 years ago

installation completed with no warnings, but running with breakpoint fails. "'python' could not be spawned. Is it installed and on your path? If so please open an issue on the package spawning the process."

Python is not installed on my system, but python3 is. Is there a place or some number of places where I can change "python" to "python3"? This approach worked for me with another package. I've poked around the source code a bit but can't find what I'm looking for

dpo commented 6 years ago

See #48.