From 2d8166d04a476bf7ef743a5308af8d8a092d169c Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sun, 12 Apr 2026 18:44:11 -0400 Subject: [PATCH] unse python3 -mpip instead of plain pip --- scripts/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 9b65546..b5470cc 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -67,8 +67,10 @@ if [ ! -d $venv/hbd ]; then fi deactivate fi + . $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 rm -f $where/hbd ln -sf $(which hbd) $where/hbd