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

fix call to pip

This commit is contained in:
Salamandar 2024-03-22 00:04:34 +01:00
parent 89b64b7d80
commit 7e95311c14
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ ynh_script_progression --message="Building app..." --weight=5
python3 -m venv "$install_dir/venv"
ynh_exec_warn_less "$install_dir/venv/bin/python3" pip install \
ynh_exec_warn_less "$install_dir/venv/bin/python3" -m pip install \
jupyterlab=="$(jupyterlab_upstream_version)" \
jupyterhub \
jupyter_collaboration \

View file

@ -32,7 +32,7 @@ ynh_script_progression --message="Building app..." --weight=15
ynh_secure_remove --file="$install_dir/.venv"
python3 -m venv "$install_dir/venv"
ynh_exec_warn_less "$install_dir/venv/bin/python3" pip install \
ynh_exec_warn_less "$install_dir/venv/bin/python3" -m pip install \
jupyterlab=="$(jupyterlab_upstream_version)" \
jupyterhub \
jupyter_collaboration \