fix the remove venv command in the make file

This commit is contained in:
Andreas Zweili 2019-02-16 10:14:52 +01:00
parent 8f4a08e418
commit 26b171fb34
1 changed files with 1 additions and 1 deletions

View File

@ -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
( \