Skip to content

Commit 48010f8

Browse files
committed
Upgrade python
1 parent efb56bc commit 48010f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-shared/resources/install_pyenv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
action :run do
1616
python_version = new_resource.python_version || node['cluster']['python-version']
17-
python_url = "#{node['cluster']['artifacts_s3_url']}/dependencies/python/Python-#{python_version}.tgz"
17+
python_url = "https://www.python.org/ftp/python/#{python_version}/Python-#{python_version}.tgz"
1818

1919
if !aws_region.start_with?("us-iso") && new_resource.python_version
2020
python_url = "https://www.python.org/ftp/python/#{python_version}/Python-#{python_version}.tgz"

0 commit comments

Comments
 (0)