File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,10 @@ if [[ "${PYTHON_MAJOR_VERSION}" == "3.10" ]]; then
147147 /bin/ln -s " $PYTHON_BIN " " $TOOLSDIR /$TYPE /payload/usr/local/bin/managed_python3"
148148fi
149149if [[ " ${PYTHON_MAJOR_VERSION} " == " 3.11" ]]; then
150- # /bin/cp "$TOOLSDIR/python-$PYTHON_MAJOR_VERSION" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
151- /bin/ln -s " $PYTHON_BIN " " $TOOLSDIR /$TYPE /payload/usr/local/bin/managed_python3"
150+ /bin/cp " $TOOLSDIR /python-$PYTHON_MAJOR_VERSION " " $TOOLSDIR /$TYPE /payload/usr/local/bin/managed_python3"
152151fi
153152if [[ " ${PYTHON_MAJOR_VERSION} " == " 3.12" ]]; then
154- # /bin/cp "$TOOLSDIR/python-$PYTHON_MAJOR_VERSION" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
155- /bin/ln -s " $PYTHON_BIN " " $TOOLSDIR /$TYPE /payload/usr/local/bin/managed_python3"
153+ /bin/cp " $TOOLSDIR /python-$PYTHON_MAJOR_VERSION " " $TOOLSDIR /$TYPE /payload/usr/local/bin/managed_python3"
156154fi
157155
158156SB_RESULT=" $? "
You can’t perform that action at this time.
0 commit comments