From: Christian Heller Date: Tue, 7 Dec 2021 22:59:34 +0000 (+0100) Subject: Use "python3 -m venv" instead of "pyvenv". X-Git-Url: https://plomlompom.com/repos/?p=url-catcher;a=commitdiff_plain Use "python3 -m venv" instead of "pyvenv". --- diff --git a/run.sh b/run.sh index 5fe6132..8ac8b3c 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