From c538314a771fa8b21a21d5ca8bb8973b06a554f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 Feb 2023 20:00:18 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9cbcc3d..d362832 100644 --- a/scripts/install +++ b/scripts/install @@ -49,7 +49,7 @@ setfacl -nR -m g:$app.main:rx -m d:g:$app.main:rx "$install_dir/.venv" setfacl -n -m g:$app.main:x "$install_dir" pushd "$install_dir" - sudo -u $app PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true python3 -m pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyter-server jupyterhub-ldapauthenticator pyzmq sudospawner --three 2>&1 + sudo -u $app PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true python3 -m pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyter-server jupyterhub-ldapauthenticator pyzmq sudospawner 2>&1 sudo -u $app python3 -m pipenv run jupyterhub upgrade-db 2>&1 popd