-
-
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
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: