1
0
Fork 0
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:
tituspijean 2022-02-01 21:40:09 +01:00 committed by GitHub
parent 2ef0d0cb1f
commit b3996795a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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