Change from python3.12 to python3 for venv

This commit is contained in:
Michel Roegl-Brunner 2025-06-04 14:14:11 +02:00
parent 591c37cbac
commit 171626edba

View File

@ -34,7 +34,7 @@ mkdir -p /opt/archivebox/{data,.npm,.cache,.local}
adduser --system --shell /bin/bash --gecos 'Archive Box User' --group --disabled-password --home /home/archivebox archivebox
cd /opt/archivebox
uv venv --python 3.12 .venv
uv venv --python 3 .venv
uv pip install "archivebox[all]"
uv pip install playwright