Skip to content

Commit cb70de3

Browse files
committed
Install python 3.9 for al2
1 parent 487f125 commit cb70de3

File tree

1 file changed

+1
-1
lines changed
  • cookbooks/aws-parallelcluster-shared/attributes

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-shared/attributes/versions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python Version
22
default['cluster']['python-version'] = '3.12.8'
3-
if alinux2?
3+
if platform?('amazon') && node['platform_version'] == "2"
44
default['cluster']['python-version'] = '3.9.20'
55
end
66
default['cluster']['python-major-minor-version'] = '3.12'

0 commit comments

Comments
 (0)