Skip to content

Commit 12f3d33

Browse files
authored
Create symlink for managed_python3 in Python 3.14
Add symlink creation for Python 3.14 version.
1 parent 4e70c3e commit 12f3d33

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build_python_framework_pkgs.zsh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ fi
156156
if [[ "${PYTHON_MAJOR_VERSION}" == "3.13" ]]; then
157157
/bin/ln -s "$PYTHON_BIN_NEW" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
158158
fi
159+
if [[ "${PYTHON_MAJOR_VERSION}" == "3.14" ]]; then
160+
/bin/ln -s "$PYTHON_BIN_NEW" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
161+
fi
159162

160163
SB_RESULT="$?"
161164
if [ "${SB_RESULT}" != "0" ]; then

0 commit comments

Comments
 (0)