Update pip and setuptools in scripts/initenv.sh

This is to support Debian 11 which ships setuptools
that do not support `-e` without setup.py
This commit is contained in:
link2xt 2024-01-21 12:57:32 +00:00 committed by holger krekel
parent bc66325d71
commit c94ef0379a

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
python3 -m venv venv
python3 -m venv --upgrade-deps venv
venv/bin/pip install -e chatmaild
venv/bin/pip install -e cmdeploy