Linux Terminal Glossary
›
Python & pip
python3 -W error script.py
Category:
Python & pip
python3 -W error script.py
Copy command
Turn all warnings into errors — strict mode for CI
Turns all warnings into exceptions (errors). -W error is strict mode — useful in CI to catch deprecation warnings.
Looking for more?
Search all 7,657 commands
— works offline, in English or Spanish, and fixes typos.