Skip to content

Commit bfca0e0

Browse files
committed
hotfix: python 3.12 ansible
1 parent 3ab8341 commit bfca0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/scripts/startup-script/files/install_ansible.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ main() {
180180

181181
# Create pip virtual environment for Cluster Toolkit
182182
${python_path} -m venv "${venv_path}" --copies
183-
venv_python_path=${venv_path}/bin/python3
183+
venv_python_path=${venv_path}/bin/python3.12
184184

185185
# Upgrade pip if necessary
186186
pip_version=$(${venv_python_path} -m pip --version | sed -nr 's/^pip ([0-9]+\.[0-9]+).*$/\1/p')

0 commit comments

Comments
 (0)