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 caa0fc2 commit df23cd5Copy full SHA for df23cd5
install.sh
@@ -125,11 +125,10 @@ 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)
+ echo $($INSTALL_PYTHON_PATH --version)"hello"
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)
132
133
fi
134
135
if ! command -v "$INSTALL_PYTHON_PATH" >/dev/null; then
0 commit comments