From c32d2cc46e7b938082733c392aee40ba34a7796c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 6 May 2025 15:35:08 +0200 Subject: [PATCH] Update babybuddy-install.sh --- install/babybuddy-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/babybuddy-install.sh b/install/babybuddy-install.sh index d94a0a0..ce750c8 100644 --- a/install/babybuddy-install.sh +++ b/install/babybuddy-install.sh @@ -32,10 +32,10 @@ unzip -q v${RELEASE}.zip mv babybuddy-${RELEASE} /opt/babybuddy rm "v${RELEASE}.zip" cd /opt/babybuddy -python3 -m venv .venv -source .venv/bin/activate pip install -U pip wheel pipenv export PIPENV_VENV_IN_PROJECT=1 +export PIPENV_IGNORE_VIRTUALENVS=1 +export PIPENV_VERBOSITY=-1 pipenv install pipenv shell cp babybuddy/settings/production.example.py babybuddy/settings/production.py