fix: remove upgrade flag from venv generation
This commit is contained in:
parent
38b8007d51
commit
8e6f2c5794
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
VENV=spud.venv
|
||||
|
||||
python -m venv --upgrade "$VENV"
|
||||
python -m venv "$VENV"
|
||||
|
||||
. "$VENV/bin/activate"
|
||||
|
||||
|
|
Reference in a new issue