-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
PR: mergedThe PR related to this issue has been merged.The PR related to this issue has been merged.
Description
I'm running automated pipenv run ... commands, and each and every time there is a Loading .env environment variables message.
Please, let me disable that message. pipenv run doesn't take switches nor is there a PIPENV_BARE environment variable, and so output of the message is unconditional.
Either support --bare for pipenv run, or better still, let me control pipenv output with an environment variable like PIPENV_BARE or PIPENV_QUIET.
What I don't want:
- Having to disable .env loading with
PIPENV_DONT_LOAD_ENV - Having to redirect stderr to /dev/null; the commands I run with
pipenv runhave to be able to use stderr too, and if the .env is corrupted orPIPENV_DOTENV_LOCATIONis set I don't want error messages about those issues to be missed.
tpow, benji-york, isomorpheme, NTBBloodbath, rockallite and 7 more
Metadata
Metadata
Assignees
Labels
PR: mergedThe PR related to this issue has been merged.The PR related to this issue has been merged.