mirror of
https://github.com/YunoHost-Apps/bazarr_ynh.git
synced 2024-09-03 18:06:27 +02:00
Use major version for Python call in install
This commit is contained in:
parent
2ef0d0cb1f
commit
b3996795a3
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ ynh_script_progression --message="Installing Bazarr and its dependencies..." --w
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
# Initialize virtual environment
|
# Initialize virtual environment
|
||||||
ynh_exec_as $app python${python_version} -m venv venv
|
ynh_exec_as $app python${python_major_version} -m venv venv
|
||||||
|
|
||||||
ynh_exec_as $app $final_path/venv/bin/pip install -r "$final_path/requirements.txt"
|
ynh_exec_as $app $final_path/venv/bin/pip install -r "$final_path/requirements.txt"
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue