Skip to content

Commit

Permalink
2de .
Browse files Browse the repository at this point in the history
  • Loading branch information
Yornik committed Jul 10, 2024
1 parent 499be4a commit e392e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-python
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function setup_online(){
install_dir="$2"
buildpack_dir="$3"

curl -Ls "https://buildpacks.cloudfoundry.org/dependencies/python/$python_dep_name" | tar -xzf - -C "$install_dir"
curl -Ls "https://cdn.mendix.com/tmp-buildpacks/$python_dep_name" | tar -xzf - -C "$install_dir"
}

function get_python_from_manifest() {
Expand Down

0 comments on commit e392e2f

Please sign in to comment.