ニュース

Python calling subprocess.Popen (cmd, shell=True) does not use cli installed in a currently active Python venv. #121884 Closed Smattacus opened on Apr 21, 2021 ...
This is because debugpy sets up its own job when debugging starts, so that it can terminate the entire process tree later. It seems that the way this job is set up currently, it prevents breakaway ...