Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d35562b3 authored by Eje Joshua's avatar Eje Joshua
Browse files

Fixed pip command for python package installation

parent bb56bec6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -654,7 +654,8 @@ pyenv.install() {
    (   set -e
        pyenv
        build_msg PYENV "[install] pip install -e 'searx${PY_SETUP_EXTRAS}'"
        "${PY_ENV_BIN}/python" -m pip install -e ".${PY_SETUP_EXTRAS}"
        # "${PY_ENV_BIN}/python" -m pip install -e ".${PY_SETUP_EXTRAS}"
        "${PY_ENV_BIN}/python" -m pip install --no-build-isolation -e ".${PY_SETUP_EXTRAS}"
        buildenv
    )
    local exit_val=$?