Skip to content

Commit 487f125

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

File tree

1 file changed

+3
-0
lines changed
  • cookbooks/aws-parallelcluster-shared/attributes

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Python Version
22
default['cluster']['python-version'] = '3.12.8'
3+
if alinux2?
4+
default['cluster']['python-version'] = '3.9.20'
5+
end
36
default['cluster']['python-major-minor-version'] = '3.12'
47

58
# ParallelCluster versions

0 commit comments

Comments
 (0)