Skip to content

Commit df23cd5

Browse files
committed
debug
1 parent caa0fc2 commit df23cd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,10 @@ 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)
128+
echo $($INSTALL_PYTHON_PATH --version)"hello"
129129
PY3_VER=$($INSTALL_PYTHON_PATH --version | cut -d ' ' -f2)
130130
PYTHON_MAJOR_VER=$(echo "$PY3_VER" | cut -d'.' -f1)
131131
PYTHON_MINOR_VER=$(echo "$PY3_VER" | cut -d'.' -f2)
132-
echo $($INSTALL_PYTHON_PATH --version)
133132
fi
134133

135134
if ! command -v "$INSTALL_PYTHON_PATH" >/dev/null; then

0 commit comments

Comments
 (0)