From c8496cd001d32cf73c0132dc064d17664ff94130 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Thu, 3 Feb 2022 22:29:32 +0100 Subject: [PATCH] export HOME=$final_path --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index e0d61fc..1c74680 100755 --- a/scripts/install +++ b/scripts/install @@ -165,6 +165,7 @@ ynh_script_progression --message="Configuring python3 virtual environment" --wei mkdir -p /var/log/$app # Configure Mautrix-Bridge python3 -m venv $final_path +export HOME=$final_path $final_path/bin/pip3 install --upgrade pip setuptools wheel ynh_script_progression --message="Installing Bridge with pip" --weight=6