Skip to content

Commit

Permalink
Update commented make target to be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
foursixnine committed Feb 27, 2024
1 parent c5377df commit 064259a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"; \
Expand Down

0 comments on commit 064259a

Please sign in to comment.