Skip to content

Commit caa0fc2

Browse files
committed
debug
1 parent 18d7ece commit caa0fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ if [ "$INSTALL_PYTHON_VERSION" = "" ]; then
125125
else
126126
echo "Python $INSTALL_PYTHON_VERSION is requested"
127127
INSTALL_PYTHON_PATH=python${INSTALL_PYTHON_VERSION}
128+
echo $($INSTALL_PYTHON_PATH --version)
128129
PY3_VER=$($INSTALL_PYTHON_PATH --version | cut -d ' ' -f2)
129130
PYTHON_MAJOR_VER=$(echo "$PY3_VER" | cut -d'.' -f1)
130131
PYTHON_MINOR_VER=$(echo "$PY3_VER" | cut -d'.' -f2)

0 commit comments

Comments
 (0)