From 064259a330a54a512ae08ef2ac9095d77ae066df Mon Sep 17 00:00:00 2001 From: Santiago Zarate Date: Wed, 31 Jan 2024 22:42:13 +0100 Subject: [PATCH] Update commented make target to be explicit --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 66d123e..58f97e3 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,9 @@ VENV = qem-bot if [ ! -d "$(VENV)" ]; then virtualenv -p python3 $(venv); fi . $(VENV)/bin/activate && pip install -r requirements-dev.txt -r requirements.txt -# devel: environment -# maybe use Makefile.VENV instead to get a shell with virtualenv +# Developers have bad memory, so we need to remind them to activate the virtualenv +# maybe use Makefile.VENV instead to get a shell with virtualenv +# .PHONY devel: environment # # we need to detect what shell we are using # shell=$$(basename $$SHELL); \ # echo "Activating virtualenv for $$shell"; \