◐ Shell
clean mode source ↗

Message 336408 - Python tracker

> legitimately modify PATH for process launches

Correct me if I'm wrong, don't process launches use the `env` kwarg for Popen, not the raw os.environ['PATH']?