From 4b7970ecf333bf6778cd999f5721c9a4cd415417 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 19 May 2021 01:17:52 +0200 Subject: [PATCH] Update ynh_install_python --- scripts/ynh_install_python | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ynh_install_python b/scripts/ynh_install_python index 2d8206f..6c3b519 100644 --- a/scripts/ynh_install_python +++ b/scripts/ynh_install_python @@ -21,14 +21,14 @@ ynh_install_pyenv () { # Build an app.src for pyenv mkdir -p "../conf" echo "SOURCE_URL=https://github.com/pyenv/pyenv/archive/v${pyenv_version}.tar.gz -SOURCE_SUM=e93466735ac9c34d68b7d5d71f32c16a2b4b1a6a1adffb85acc4126a3398b9d0" > "../conf/pyenv.src" +SOURCE_SUM=e93466735ac9c34d68b7d5d71f32c16a2b4b1a6a1adffb85acc4126a3398b9d0" > "$YNH_APP_BASEDIR/conf/pyenv.src" # Download and extract pyenv ynh_setup_source "$pyenv_install_dir" pyenv # Build an app.src for pyenv-virtualenv mkdir -p "../conf" echo "SOURCE_URL=https://github.com/pyenv/pyenv-virtualenv/archive/v${pyenv_virtualenv_version}.tar.gz -SOURCE_SUM=27ae3de027a6f6dccdca4085225512e559c6b94b31625bd2b357a18890a1e618" > "../conf/pyenv-virtualenv.src" +SOURCE_SUM=27ae3de027a6f6dccdca4085225512e559c6b94b31625bd2b357a18890a1e618" > "$YNH_APP_BASEDIR/conf/pyenv-virtualenv.src" # Download and extract pyenv-virtualenv ynh_setup_source "$pyenv_install_dir/plugins/pyenv-virtualenv" pyenv-virtualenv