1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Merge pull request #11 from YunoHost-Apps/testing

Fix install
This commit is contained in:
Kayou 2019-04-23 23:15:46 +02:00 committed by GitHub
commit 2de6d1ac23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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