Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

[fix] utils/serax.sh create_pyenv() - drop duplicate 'pip install .' #2621

Merged
merged 1 commit into from
Mar 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion utils/searx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down