From: Christian Heller Date: Wed, 15 Dec 2021 19:42:30 +0000 (+0100) Subject: Use "python3 -m venv" instead of "pyvenv". X-Git-Url: https://plomlompom.com/repos/?p=plomlombot-irc.git;a=commitdiff_plain;h=59e5a1ef172db2fc5131d760046f84473ae80350 Use "python3 -m venv" instead of "pyvenv". --- diff --git a/run.sh b/run.sh index 1687ae9..3becc53 100755 --- 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