From a2257a900d4fffd6f94b73f1c48c62370ed1d684 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sat, 9 Nov 2024 18:45:35 +0100 Subject: Improve venv bootstrap --- bootstrap-venv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-venv.sh b/bootstrap-venv.sh index b105996..99919d6 100755 --- a/bootstrap-venv.sh +++ b/bootstrap-venv.sh @@ -1,4 +1,5 @@ #!/usr/bin/zsh +rm -rf venv python -m venv venv ./venv/bin/pip install -r requirements.txt -- cgit v1.2.3