Christian Fersch
Christian Fersch
So I had a look at this and here are the options: - Use binary signing with a self-signed signature. I struggle with this – while there is a way...
@Wulf2k ping :)
I assume you applied #2 to get wsl-sudo working on wsl2? Then I would guess that your problem with `sudo env "PATH=$PATH" wsl-sudo.py ls` is that `sudo` removes the `WSL_INTEROP`...
#2 does not invent the WSL_INTEROP variable. The call graph of wsl-sudo is: `linux wsl-sudo` → `windows powershell` → `windows wsl.exe` → `linux wsl-sudo` (see [readme](https://github.com/Chronial/wsl-sudo#how-it-works)). #2 forwards the WSL_INTEROP...
This can be accomplished via https://pypi.org/project/flake8-isort/