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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-07-11 14:57:46 +02:00
parent 4f4ef709c2
commit 073f0fb00d

View file

@ -109,7 +109,7 @@ then
pushd $final_path
python3 -m venv $final_path/venv
source $final_path/venv/bin/activate
ynh_exec_warn_less pip install npm@latest jupyterlab==$jupyterlab_version jupyterhub notebook jupyter_collaboration jupyterhub-ldapauthenticator pyzmq
ynh_exec_warn_less pip install jupyterlab==$jupyterlab_version jupyterhub notebook jupyter_collaboration jupyterhub-ldapauthenticator pyzmq
popd
fi