From cca9fc44685d259393af6c889abc58520386f453 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 31 Jan 2020 14:38:00 +0100 Subject: [PATCH] =?UTF-8?q?ZSH:=20ajout=20de=20variables=20d'environnement?= =?UTF-8?q?=20pour=20supprimer=20les=20warnings=20ici=20ou=20l=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 11e641e..d4ba79c 100644 --- a/.zshrc +++ b/.zshrc @@ -85,6 +85,8 @@ export AUTEUR="Olivier DOSSMANN" export DEFAULT_USER="od" export PYTHONWARNINGS="ignore::DeprecationWarning" 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 export LANG=fr_FR.UTF-8