mirror of
https://github.com/YunoHost-Apps/couchpotato_ynh.git
synced 2024-09-03 18:16:22 +02:00
Fix warnings
This commit is contained in:
parent
3c57e58bc6
commit
5f17506e71
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ ynh_install_python () {
|
|||
# Install the requested version of Python
|
||||
local final_python_version=$(pyenv latest --print $python_version)
|
||||
ynh_print_info --message="Installation of Python-$python_version"
|
||||
pyenv install --skip-existing $final_python_version > /dev/null 2>&1
|
||||
ynh_exec_warn_less pyenv install --skip-existing $final_python_version > /dev/null 2>&1
|
||||
|
||||
# Store python_version into the config of this app
|
||||
ynh_app_setting_set --app=$YNH_APP_INSTANCE_NAME --key=python_version --value=$python_version
|
||||
|
|
Loading…
Add table
Reference in a new issue