From 95f068a7b3326bac506bad8b6e5469c7bc43c4b9 Mon Sep 17 00:00:00 2001 From: anamotaadyen Date: Fri, 4 Nov 2022 13:19:11 +0000 Subject: [PATCH] venv now clears existing file path --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 3a47c2c..666d2aa 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -python3 -m venv venv +python3 -m venv venv --clear --upgrade-deps . venv/bin/activate pip install -r requirements.txt \ No newline at end of file