ZSH: ajout de variables d'environnement pour supprimer les warnings ici ou là
This commit is contained in:
parent
3be7111b37
commit
cca9fc4468
2
.zshrc
2
.zshrc
@ -85,6 +85,8 @@ export AUTEUR="Olivier DOSSMANN"
|
|||||||
export DEFAULT_USER="od"
|
export DEFAULT_USER="od"
|
||||||
export PYTHONWARNINGS="ignore::DeprecationWarning"
|
export PYTHONWARNINGS="ignore::DeprecationWarning"
|
||||||
export FLASK_SKIP_DOTENV=1
|
export FLASK_SKIP_DOTENV=1
|
||||||
|
export PIPENV_QUIET=1 # enlève les courtesy notice
|
||||||
|
export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
# You may need to manually set your language environment
|
||||||
export LANG=fr_FR.UTF-8
|
export LANG=fr_FR.UTF-8
|
||||||
|
Loading…
Reference in New Issue
Block a user