venv now clears existing file path

This commit is contained in:
anamotaadyen
2022-11-04 13:19:11 +00:00
parent 67207eae8d
commit 95f068a7b3

View File

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