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:
parent
89b64b7d80
commit
7e95311c14
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ ynh_script_progression --message="Building app..." --weight=5
|
||||||
|
|
||||||
python3 -m venv "$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)" \
|
jupyterlab=="$(jupyterlab_upstream_version)" \
|
||||||
jupyterhub \
|
jupyterhub \
|
||||||
jupyter_collaboration \
|
jupyter_collaboration \
|
||||||
|
|
|
@ -32,7 +32,7 @@ ynh_script_progression --message="Building app..." --weight=15
|
||||||
ynh_secure_remove --file="$install_dir/.venv"
|
ynh_secure_remove --file="$install_dir/.venv"
|
||||||
python3 -m venv "$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)" \
|
jupyterlab=="$(jupyterlab_upstream_version)" \
|
||||||
jupyterhub \
|
jupyterhub \
|
||||||
jupyter_collaboration \
|
jupyter_collaboration \
|
||||||
|
|
Loading…
Reference in a new issue