mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Install/Update "wheel" package, too.
This commit is contained in:
parent
8d2ea6d519
commit
bc5421ca3c
3 changed files with 3 additions and 3 deletions
|
@ -112,7 +112,7 @@ chown -R "$app:" "$final_path"
|
|||
set +o nounset
|
||||
source "${final_path}/venv/bin/activate"
|
||||
set -o nounset
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade pip
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade wheel pip
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --no-deps -r "$final_path/requirements.txt"
|
||||
)
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ python3 -m venv --upgrade "${final_path}/venv"
|
|||
set +o nounset
|
||||
source "${final_path}/venv/bin/activate"
|
||||
set -o nounset
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade pip
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade wheel pip
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --no-deps -r "$final_path/requirements.txt"
|
||||
)
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ chown -R "$app:" "$final_path"
|
|||
set +o nounset
|
||||
source "${final_path}/venv/bin/activate"
|
||||
set -o nounset
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade pip
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade wheel pip
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --no-deps -r "$final_path/requirements.txt"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue