From f4ce1db58f70e8b29e5300e6a07fdcfacd9261bc Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Wed, 10 Apr 2024 15:16:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 09d207d..de5a5e0 100755 --- a/scripts/install +++ b/scripts/install @@ -57,8 +57,8 @@ python3 -m venv --without-pip "$install_dir/venv" source "$install_dir/venv/bin/activate" set -o nounset set -x - ynh_exec_as $app $install_dir/venv/bin/python3 -m ensurepip - ynh_exec_as $app $install_dir/venv/bin/pip3 install -r "$install_dir/flohmarkt.git/requirements.txt" + $install_dir/venv/bin/python3 -m ensurepip + $install_dir/venv/bin/pip3 install -r "$install_dir/flohmarkt.git/requirements.txt" ) # @@ configure