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

Upgrade venv directory

This commit is contained in:
ewilly 2022-01-13 21:02:23 +01:00
parent 166def6e63
commit b576c2818f

View file

@ -128,7 +128,7 @@ myynh_install_python () {
myynh_install_homeassistant () {
ynh_exec_as $app -H -s /bin/bash -c " \
echo 'create the virtual environment' \
&& $py_app_version -m venv "$final_path" \
&& $py_app_version -m venv --upgrade "$final_path" \
&& echo 'activate the virtual environment' \
&& source "$final_path/bin/activate" \
&& echo 'install last version of wheel' \