From cd10f499b3ed7fa3b399d2c39209bec0be8e02d4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:22:22 +0100 Subject: [PATCH] Update scripts/install: tmp debug --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 5eb1128..e978177 100755 --- a/scripts/install +++ b/scripts/install @@ -41,6 +41,12 @@ pushd $install_dir ynh_exec_as $app "$install_dir/venv/bin/pip" install -r requirements.txt popd +# Tmp debug ... +ls -l $install_dir +ls -l $install_dir/venv/ +ls -l $install_dir/venv/bin/ +ls -l $install_dir/venv/bin/python3 + #================================================= # START SYSTEMD SERVICE #=================================================