tomeichlersmith / denv

uniformly interact with containerized environments across runners
https://tomeichlersmith.github.io/denv/
GNU General Public License v3.0
8 stars 2 forks source link

use `sh -lc` to run the command in denv #46

Closed tomeichlersmith closed 1 year ago

tomeichlersmith commented 1 year ago

This has the benefit of spawning a login shell for us, sourcing ~/.profile within the container and thus giving the user an opportunity to update PATH variables inside the container before the executable is run.