Change from python3.12 to python3 for venv
This commit is contained in:
parent
591c37cbac
commit
171626edba
@ -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
|
adduser --system --shell /bin/bash --gecos 'Archive Box User' --group --disabled-password --home /home/archivebox archivebox
|
||||||
|
|
||||||
cd /opt/archivebox
|
cd /opt/archivebox
|
||||||
uv venv --python 3.12 .venv
|
uv venv --python 3 .venv
|
||||||
uv pip install "archivebox[all]"
|
uv pip install "archivebox[all]"
|
||||||
uv pip install playwright
|
uv pip install playwright
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user