home · contact · privacy
Use "python3 -m venv" instead of "pyvenv". master
authorChristian Heller <c.heller@plomlompom.de>
Tue, 7 Dec 2021 22:59:34 +0000 (23:59 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 7 Dec 2021 22:59:34 +0000 (23:59 +0100)
run.sh

diff --git a/run.sh b/run.sh
index 5fe6132199fa9bdb3a0fc39c64cc5971fedf43dd..8ac8b3cc335b48cd0c6b7ab50909a5edb399c28a 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -6,7 +6,7 @@ set -e
 
 DIR_ENV=.temp_env
 
-pyvenv $DIR_ENV 
+python3 -m venv $DIR_ENV
 source $DIR_ENV/bin/activate
 pip install -r requirements.txt
 echo