From d7b8b1d52a859e374f623a8091967fad277be979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Tue, 23 Apr 2019 23:14:44 +0200 Subject: [PATCH] Fix install --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7712935..fc7bd6f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -169,10 +169,10 @@ setup_source() { ynh_print_info "Installing JupyterLab..." if [ "$src_id" = "arm" ]; then - conda install jupyterlab=$jupyterlab_version notebook nodejs -y + conda install jupyterlab=$jupyterlab_version notebook nodejs pyyaml -y pip install jupyterhub jupyterhub-ldapauthenticator else - conda install -c conda-forge jupyterlab=$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator nodejs -y + conda install -c conda-forge jupyterlab=$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator nodejs pyyaml -y fi npm install -g configurable-http-proxy