From fb7e88d154f00c225c5215f3ad82a156863f2111 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 24 Mar 2020 16:12:16 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 00e3f52..606feee 100644 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,7 @@ ynh_install_app_dependencies $pkg_dependencies ynh_exec_warn_less ynh_install_nodejs --nodejs_version=8 -pip3 install pipenv +python3 -m pip install pipenv npm install -g configurable-http-proxy @@ -99,7 +99,7 @@ mkdir -p $final_path pushd $final_path -PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three +PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less python3 -m pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three popd