mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
export HOME=$final_path
This commit is contained in:
parent
0d885b8bcf
commit
c8496cd001
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue