maj interface web

This commit is contained in:
2026-04-01 00:58:00 +02:00
parent e7a55b4788
commit 9c33d832b7
8 changed files with 42 additions and 47 deletions

View File

@@ -102,7 +102,6 @@ VENV_LIST=()
for dir in "${SEARCH_DIRS[@]}"; do
if [ -d "$dir" ]; then
# Un venv valide contient bin/activate et bin/python
while IFS= read -r -d '' activate_path; do
venv_dir=$(dirname "$(dirname "$activate_path")")
if [ -f "$venv_dir/bin/python" ]; then