From 70450ef789377f08b6162e4fb6f68d72421281bf Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 11 Aug 2025 20:56:59 +0200 Subject: [PATCH] Makefile added with Version 2.4 --- Makefile | 4 ++-- pylibs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6f03b81..9f48de2 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ init: print_head # Create venv # if [ ! -e venv ];then - echo -e "\033[1;33mCreating venv in $BASEPATH...\e[0m" + echo -e "\033[1;33mCreating venv in $$BASEPATH...\e[0m" python3 -m venv $$BASEPATH/venv > /dev/null 2>&1 else echo -e "\033[1;33mVirtualenv already exists in $$BASEPATH...\e[0m" @@ -63,7 +63,7 @@ init: print_head # # Install modules # - echo -e "\033[1;33mInstalling modules to venv in $BASEPATH...\e[0m" + echo -e "\033[1;33mInstalling modules to venv in $$BASEPATH...\e[0m" for req_file in $$(find $$BASEPATH -name requirements.txt); do # echo " $$req_file" while read req_mod; do diff --git a/pylibs b/pylibs index b6cc9cb..14ccfca 160000 --- a/pylibs +++ b/pylibs @@ -1 +1 @@ -Subproject commit b6cc9cb58175a25230b5d0ac3559ef4c1a2cf6c8 +Subproject commit 14ccfca0ca5fe275776d6b3b4292c51946783943