-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Loading .env environment variables" logs to stderr #2358
Comments
Hey, thanks for the input! I agree it isn’t an error, but we actually log most things to stderr for various reasons. If we redo this it will be part of a broad restructuring, i would be very hesitant to change where we send messages haphazardly. Thanks again though! |
Maybe it’d be reasonable to add an environ ( |
I think we have an env var and we just don't really use it much. We should flag this as a tracking item in a cleanup project |
@techalchemy apologies for replying in a closed issue but I didn't want to open a dupe to add my thoughts. I currently use Your last comment seems to indicate that you meant to re-open this. Maybe? |
The |
@uranusjr I'm surprised to read that it has been implemented. As of version I'll take a look at the code and try to implement it. |
I proposed a fix in #3457, if someone wants to reconsider this issue and review the PR. I think this issue is important for pipenv adoption, as properly using pipenv run commands in cron may be a frequent use case. |
This is a minor annoyance, as in some scripts we log stderr.
I think this should be changed, as it is not an error message.
Thanks in advance!
pipenv/pipenv/core.py
Line 166 in 4b95004
The text was updated successfully, but these errors were encountered: