mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Merge branch 'testing' into v.0.17.0
This commit is contained in:
commit
ea0f222a92
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ ynh_secure_remove --file=$final_path/lib/python3/site-packages/setuptools
|
|||
ynh_secure_remove --file=$final_path/lib/python3/site-packages/ --regex='setuptools-[^/.]*'
|
||||
|
||||
python3 -m venv --system-site-packages "$final_path"
|
||||
|
||||
set +u; source $final_path/bin/activate; set -u
|
||||
pip3 install -U setuptools
|
||||
pip3 install --requirement $final_path/requirements-ynh.txt --upgrade
|
||||
|
|
Loading…
Reference in a new issue