From e71fc92be57fff5ccb240f37fbd1ac5be125cea9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 30 Sep 2024 10:09:04 +0200 Subject: [PATCH] bin/python --- re.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re.sh b/re.sh index bf75267..f9c322f 100755 --- a/re.sh +++ b/re.sh @@ -39,7 +39,7 @@ list() { ls -a -l "${1}/${2}" } list_venv() { - list "${1}" "bin" + list "${1}" "bin/python" } pip_install() { echo