diff --git a/venv.sh b/venv.sh index 17f58bf..aa23099 100755 --- a/venv.sh +++ b/venv.sh @@ -1 +1 @@ -python3 -m venv .venv +python3.8 -m venv .venv