Michael
Michael
> So, what I understand from this is that a wrapper script is used to call the Python interpreter instead of calling it directory, right? Yes. Not all required dll...
> I see. Does this mean that the vscode-python extension is providing a Python interpreter with a .cmd extension? Not directly. It support `.cmd` files as interpreter path, so they...
@MichaReiser Yes, calling cmd.exe directly is an option, but would need more code in the end. `shell:true` use `%COMSPEC%` in the background which is just the absolute path to `cmd.exe`....