Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll back forceful assignment of PATH when invoking a local process (m…
…icrosoft#708) Roll back one of the updates from microsoft#705 It breaks tests on both Windows and WSL DevContainer on my PC. * On Windows, `environ` may not have `PATH` at all * On my WSL DevContainer, passing non-null `env` to `subprocess.run` prevents it from finding the right python interpreter
- Loading branch information