unse python3 -mpip instead of plain pip

This commit is contained in:
Andreas Wrede
2026-04-12 18:44:11 -04:00
parent ab33d81b30
commit 2d8166d04a
+3 -1
View File
@@ -67,8 +67,10 @@ if [ ! -d $venv/hbd ]; then
fi fi
deactivate deactivate
fi fi
. $venv/hbd/bin/activate . $venv/hbd/bin/activate
pip install --upgrade --index-url https://git.wrede.ca/api/packages/andreas/pypi/simple/ --extra-index-url https://pypi.org/simple hbd[$what] python3 -mpip install --upgrade --index-url https://git.wrede.ca/api/packages/andreas/pypi/simple/ --extra-index-url https://pypi.org/simple hbd[$what]
if [ "$what" = "server" ]; then if [ "$what" = "server" ]; then
rm -f $where/hbd rm -f $where/hbd
ln -sf $(which hbd) $where/hbd ln -sf $(which hbd) $where/hbd