We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a585c commit cc4f8c5Copy full SHA for cc4f8c5
scripts/build_python.sh
@@ -4,7 +4,7 @@ shopt -s inherit_errexit
4
5
py_version="${1}"
6
7
-# Install Python interpreter under e.g. /lang/python/3.11/ (no patch version).
+# Install Python interpreter under e.g. /lang/python/3.12/ (no patch version).
8
"${PYENV_ROOT}/plugins/python-build/bin/python-build" \
9
"${py_version}" \
10
"/lang/python/${py_version%.*}"
0 commit comments