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() {