mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 07:49:22 +02:00
[fix] debian: install apt package python-is-python3
On debian the 'python-is-python3' packages restores an appropriate '/usr/bin/python' symlink for third-party scripts[1] [1] https://github.com/searxng/searxng/issues/3235#issuecomment-1954459081 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
b47ee0a4e3
commit
39474b392a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ NGINX_SEARXNG_SITE="searxng.conf"
|
|||
# apt packages
|
||||
|
||||
SEARXNG_PACKAGES_debian="\
|
||||
python3-dev python3-babel python3-venv
|
||||
python3-dev python3-babel python3-venv python-is-python3
|
||||
uwsgi uwsgi-plugin-python3
|
||||
git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue