diff options
-rwxr-xr-x | bootstrap-venv.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |