From d9dae58cfd3596f0f2aad71a64301bea66115fb9 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 16 Jun 2019 12:44:01 -0400 Subject: Makefile: Remove venv. --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index e7b55c0..a0ec835 100644 --- a/Makefile +++ b/Makefile @@ -37,14 +37,6 @@ upload-docs: docs .PHONY: docs upload-docs -venv: - rm -rf *.egg-info - $(shell [[ -d $(VENV_DIR) ]] && mv $(VENV_DIR) $(VENV_DIR).`date +%s`) - virtualenv --clear --python=python2.7 $(VENV_DIR) - @echo 'Initialized virtualenv, run' \ - 'source '$(VENV_DIR)'/bin/activate' \ - 'to activate the virtual environment' -.PHONY: venv venv3: rm -rf *.egg-info -- cgit v1.2.3