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:
parent
166def6e63
commit
b576c2818f
1 changed files with 1 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Add table
Reference in a new issue