From 0747b49002b6e1a298b41aa1bdfadec024399e3b Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Sun, 7 Jun 2020 23:28:13 -0400 Subject: [PATCH] Remove outdated virtualenv flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9079693..60e7b8b 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ $(BUILD_DIR): @mkdir -p $(BUILD_DIR) $(VENV_DIR): - virtualenv $(VENV_DIR) --no-site-packages --distribute + virtualenv $(VENV_DIR) $(BUILD_DIR)/pip.log: $(BUILD_DIR) requirements.txt $(PIP) install -Ur requirements.txt | tee $(BUILD_DIR)/pip.log