direnv
popularproductivitybrew
direnv · Per-project env vars, shell automation, and secrets hygiene from the terminal.
$ brew install direnvOne-liner to try
$ echo 'layout python' > .envrc && direnv allowAgent pack
Quick reference
Install
brew install direnvVerify
direnv --versionFirst command
echo 'layout python' > .envrc && direnv allowMachine JSON
/cli/direnv.jsonAbout
Per-project env vars, shell automation, and secrets hygiene from the terminal. Built by direnv.
Example workflow
1. echo 'layout python' > .envrc && direnv allow