db: refs #8140 Python venv warn message clarified

This commit is contained in:
Juan Ferrer 2025-02-14 08:59:17 +01:00
parent dabd7305f9
commit 207b12ad5c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fi
if [[ -z "$VIRTUAL_ENV" && -d "$PY_VENV_DIR" ]]; then
WARNING="\e[33m"
RESET="\e[0m"
echo -e "Warning: ${WARNING}Python virtual environment not enabled! Some tasks might fail.${RESET}"
echo -e "Warning: ${WARNING}Python virtual environment not activated! Some tasks might fail.${RESET}"
#export PYTHONPATH=./venv/lib/python3.12/site-packages/
fi