We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb56bc commit 48010f8Copy full SHA for 48010f8
cookbooks/aws-parallelcluster-shared/resources/install_pyenv.rb
@@ -14,7 +14,7 @@
14
15
action :run do
16
python_version = new_resource.python_version || node['cluster']['python-version']
17
- python_url = "#{node['cluster']['artifacts_s3_url']}/dependencies/python/Python-#{python_version}.tgz"
+ python_url = "https://www.python.org/ftp/python/#{python_version}/Python-#{python_version}.tgz"
18
19
if !aws_region.start_with?("us-iso") && new_resource.python_version
20
python_url = "https://www.python.org/ftp/python/#{python_version}/Python-#{python_version}.tgz"
0 commit comments