db: refs #8140 Python venv warn message clarified
This commit is contained in:
parent
dabd7305f9
commit
207b12ad5c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue