Skip to content

Commit cc4f8c5

Browse files
authored
Update build_python.sh
1 parent b5a585c commit cc4f8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ shopt -s inherit_errexit
44

55
py_version="${1}"
66

7-
# Install Python interpreter under e.g. /lang/python/3.11/ (no patch version).
7+
# Install Python interpreter under e.g. /lang/python/3.12/ (no patch version).
88
"${PYENV_ROOT}/plugins/python-build/bin/python-build" \
99
"${py_version}" \
1010
"/lang/python/${py_version%.*}"

0 commit comments

Comments
 (0)