fix: s/env/venv/ in scripts/make-python-testenv.sh

This commit is contained in:
link2xt
2023-10-17 16:54:58 +00:00
parent 955f4fbb19
commit c6358169ad

View File

@@ -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