What's the problem this feature will solve?
I want to be able to manually remove the warning pip spews out during package installation in root environment:
Running pip as the 'root' user can result in broken permissions and conflicting behaviour ..
Describe the solution you'd like
I want to be able to disable this warning through an environment variable like
env PIP_DISABLE_ROOT_WARNING=1 pip install flask
Alternative Solutions
No in tool workaround known to me.
Additional context
We are all adults here, I know what I am doing and I do not want to see a warning every time I run my build system. Let me disable the warning by setting an environment variable. I do not want my users to think there is anything wrong my system just because of the pip tool spews out indiscriminate warning messages.
Code of Conduct
What's the problem this feature will solve?
I want to be able to manually remove the warning pip spews out during package installation in root environment:
Describe the solution you'd like
I want to be able to disable this warning through an environment variable like
Alternative Solutions
No in tool workaround known to me.
Additional context
We are all adults here, I know what I am doing and I do not want to see a warning every time I run my build system. Let me disable the warning by setting an environment variable. I do not want my users to think there is anything wrong my system just because of the pip tool spews out indiscriminate warning messages.
Code of Conduct