Skip to content

Commit

Permalink
scripts: Fix solutions script for RHEL 8
Browse files Browse the repository at this point in the history
Use python3 on RHEL 8 instead of python2
  • Loading branch information
alexandre-allard committed Dec 7, 2021
1 parent 694c2b5 commit 2dd4ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/solutions.sh
Expand Up @@ -394,7 +394,7 @@ check_solution_version_exists() {
"sys.exit(0 if available else 1);"
)

python -c "${python_script[*]}" "$version" "$solution_data"
"$PYTHON" -c "${python_script[*]}" "$version" "$solution_data"
}

check_solution_exists() {
Expand Down

0 comments on commit 2dd4ad1

Please sign in to comment.