From c6358169ad6c5d6e482f8f43a5cc2bd724ee7916 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 17 Oct 2023 16:54:58 +0000 Subject: [PATCH] fix: s/env/venv/ in scripts/make-python-testenv.sh --- scripts/make-python-testenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-python-testenv.sh b/scripts/make-python-testenv.sh index 64f959a68..ce3d0b71e 100755 --- a/scripts/make-python-testenv.sh +++ b/scripts/make-python-testenv.sh @@ -14,4 +14,4 @@ export DCC_RS_DEV="$PWD" cargo build -p deltachat_ffi --features jsonrpc tox -c python -e py --devenv venv -env/bin/pip install --upgrade pip +venv/bin/pip install --upgrade pip