mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Update upgrade
This commit is contained in:
parent
8e8659ecaa
commit
f7538114fe
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ then
|
|||
ynh_secure_remove --file=$final_path/lib64/ --regex='python[^/.]*'
|
||||
ynh_secure_remove --file=$final_path/share/python-wheels
|
||||
fi
|
||||
ynh_secure_remove --file=$final_path/lib/python3/site-packages/setuptools
|
||||
ynh_secure_remove --file=$final_path/lib/python3/site-packages/ --regex='setuptools-[^/.]*'
|
||||
ynh_secure_remove --file=$final_path/lib/python3.7/site-packages/setuptools
|
||||
ynh_secure_remove --file=$final_path/lib/python3.7/site-packages/ --regex='setuptools-[^/.]*'
|
||||
|
||||
python3 -m venv --system-site-packages "$final_path"
|
||||
set +u; source $final_path/bin/activate; set -u
|
||||
|
|
Loading…
Add table
Reference in a new issue