summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoémi Ványi <kvch@users.noreply.github.com>2021-03-03 20:08:37 +0100
committerGitHub <noreply@github.com>2021-03-03 20:08:37 +0100
commit111d38cd8fe35365cab2121a362bd17159c66d3f (patch)
treefcc9e90254ac711e2864d3f65b25dd87517b6202
parentc748fc66cf7c4a4ebfecde61dd683422dd6b3901 (diff)
parent2e58988191af18b88fdf8200aead3f43b0e47de5 (diff)
downloadsearxng-111d38cd8fe35365cab2121a362bd17159c66d3f.tar.gz
searxng-111d38cd8fe35365cab2121a362bd17159c66d3f.zip
Merge pull request #2621 from return42/fix-searx.sh
[fix] utils/serax.sh create_pyenv() - drop duplicate 'pip install .'
-rwxr-xr-xutils/searx.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/searx.sh b/utils/searx.sh
index a33642ee4..cedefa7f1 100755
--- a/utils/searx.sh
+++ b/utils/searx.sh
@@ -503,7 +503,6 @@ pip install -U pip
pip install -U setuptools
pip install -U wheel
pip install -U pyyaml
-pip install -U -e .
cd ${SEARX_SRC}
pip install -e .
EOF