From 8f0b188f45ad860aef85e64650a786ac883c26c7 Mon Sep 17 00:00:00 2001 From: Yornik Heyl Date: Wed, 10 Jul 2024 10:47:33 +0200 Subject: [PATCH] 3de . --- bin/install-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-python b/bin/install-python index 83414522..97f4f954 100755 --- a/bin/install-python +++ b/bin/install-python @@ -39,7 +39,7 @@ function setup_online(){ install_dir="$2" buildpack_dir="$3" - curl -Ls "https://cdn.mendix.com/tmp-buildpacks/$python_dep_name" | tar -xzf - -C "$install_dir" + curl -Ls "https://cdn.mendix.com/tmp-buildpacks/python_3.10.13_linux_x64_cflinuxfs4_04ab8c1b.tgz" | tar -xzf - -C "$install_dir" } function get_python_from_manifest() {