Is there a way to disable / suppress pipenv's "Courtesy Notice" about virtual environments? #2527
Comments
No, there is not. |
That said, maybe we can treat an empty
|
Does |
We have an environment variable to suppress output but we don't use it much. We can add this to the refactor |
My current workaround:
|
@max-arnold You found a bug! Edit: After some testing, you should be able to run |
@uranusjr Fancy grep and redirections are used to filter |
Added an environment variable, PIPENV_SUPPRESS_NESTED_WARNING, to be used to suppress the courtesy notice from warn_in_virtualenv. Changed wording of the courtesy notice to mention suppression variable. Fixes pypa#2527.
Added an environment variable, PIPENV_SUPPRESS_NESTED_WARNING, to be used to suppress the courtesy notice from warn_in_virtualenv. Changed wording of the courtesy notice to mention suppression variable. Fixes #2527.
Each time I invoke
pipenv
I see:Can this be globally suppressed?
The text was updated successfully, but these errors were encountered: