mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Update searxng-install.sh (#7469)
This commit is contained in:
parent
751f488f9e
commit
3dc973e4ac
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ msg_info "Creating Python virtual environment"
|
||||||
sudo -H -u searxng bash -c '
|
sudo -H -u searxng bash -c '
|
||||||
python3 -m venv /usr/local/searxng/searx-pyenv &&
|
python3 -m venv /usr/local/searxng/searx-pyenv &&
|
||||||
. /usr/local/searxng/searx-pyenv/bin/activate &&
|
. /usr/local/searxng/searx-pyenv/bin/activate &&
|
||||||
pip install -U pip setuptools wheel pyyaml &&
|
pip install -U pip setuptools wheel pyyaml lxml &&
|
||||||
pip install --use-pep517 --no-build-isolation -e /usr/local/searxng/searxng-src
|
pip install --use-pep517 --no-build-isolation -e /usr/local/searxng/searxng-src
|
||||||
'
|
'
|
||||||
msg_ok "Python environment ready"
|
msg_ok "Python environment ready"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue