Skip to content

Commit 9daea94

Browse files
yuyantingzerocopybara-github
authored andcommitted
Install python3.12 on centos_stream9 by default.
PiperOrigin-RevId: 886343169
1 parent 427b030 commit 9daea94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perfkitbenchmarker/linux_virtual_machine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,7 @@ class CentOsStream9Mixin(BaseRedHatMixin):
29192919

29202920
def PrepareVMEnvironment(self):
29212921
super().PrepareVMEnvironment()
2922-
self.Install('python')
2922+
self.InstallPackages('python3.12')
29232923
self.RemoteCommand(
29242924
'sudo rm /usr/bin/python3; '
29252925
'sudo ln -s /usr/bin/python3.12 /usr/bin/python3')

0 commit comments

Comments
 (0)