Jake Mobley
Results
2
comments of
Jake Mobley
I was able to fix this issue by leaving the python-tools custom executable blank and then using `ln -sf /usr/bin/python3 /usr/bin/python` to create a symbolic link with just `python` pointing...
I was able to correct this on my end (Windows 10) by changing the that line from: `signal.signal(signal.SIGTTOU, signal.sig_IGN)` to `signal.signal(signal.SIGTERM, signal.sig_IGN)`