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 18d7ece commit caa0fc2Copy full SHA for caa0fc2
install.sh
@@ -125,6 +125,7 @@ if [ "$INSTALL_PYTHON_VERSION" = "" ]; then
125
else
126
echo "Python $INSTALL_PYTHON_VERSION is requested"
127
INSTALL_PYTHON_PATH=python${INSTALL_PYTHON_VERSION}
128
+ echo $($INSTALL_PYTHON_PATH --version)
129
PY3_VER=$($INSTALL_PYTHON_PATH --version | cut -d ' ' -f2)
130
PYTHON_MAJOR_VER=$(echo "$PY3_VER" | cut -d'.' -f1)
131
PYTHON_MINOR_VER=$(echo "$PY3_VER" | cut -d'.' -f2)
0 commit comments