From af107a9d29277cbb2099704b73648b76eee85e58 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jul 2020 03:21:13 -0400 Subject: Makefile: venv: cleanup .eggs/ too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aae57d8..06366dc 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ upload-docs: docs venv: - rm -rf *.egg-info + rm -rf *.egg-info .eggs ${SHELL} -c 'if [[ -d $(VENV_DIR) ]] then mv $(VENV_DIR) $(VENV_DIR).`date +%s`; fi' ${VENV_CMD} --clear --python=python3 $(VENV_DIR) @echo 'Initialized virtualenv, run' \ -- cgit v1.2.3