From cb6bf95fae45857f6df33da98093b9adb665bd50 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 20 Mar 2024 11:14:53 +0100 Subject: [PATCH] Silence creation of venv --- run_NAERSTADMO.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_NAERSTADMO.sh b/run_NAERSTADMO.sh index 6f0b877..f25253d 100755 --- a/run_NAERSTADMO.sh +++ b/run_NAERSTADMO.sh @@ -53,8 +53,8 @@ cd $APP_PATH # Create and activate the virtual environment python3 -m venv .venv . .venv/bin/activate -python3 -m pip install --upgrade pip -pip install -r $REQUIREMENTS +python3 -m pip install -q --upgrade pip +pip install -q -r $REQUIREMENTS # Run the model echo "==== `date`: Running model" &>> "$LOG_FILE" -- GitLab