Hey how does the `env` work for `InteractiveProces...
# development
h
Hey how does the
env
work for
InteractiveProcess
? Is it not hermetic? I added support for running Bash scripts just now, and I’m surprised that
echo $PATH
prints my actual PATH, rather than being stripped.