From 26b171fb34e346eda4e1175cadd227f3bde6ef8d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 16 Feb 2019 10:14:52 +0100 Subject: [PATCH] fix the remove venv command in the make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50abf04..a84b950 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ venv/bin/activate: requirements.txt touch venv/bin/activate init: - rm -rf borg-qt-env + rm -rf venv python3 -m venv venv . venv/bin/activate ( \