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 b8365ef commit 18d7eceCopy full SHA for 18d7ece
install.sh
@@ -128,7 +128,7 @@ else
128
PY3_VER=$($INSTALL_PYTHON_PATH --version | cut -d ' ' -f2)
129
PYTHON_MAJOR_VER=$(echo "$PY3_VER" | cut -d'.' -f1)
130
PYTHON_MINOR_VER=$(echo "$PY3_VER" | cut -d'.' -f2)
131
- echo "$($INSTALL_PYTHON_PATH --version)"
+ echo $($INSTALL_PYTHON_PATH --version)
132
fi
133
134
if ! command -v "$INSTALL_PYTHON_PATH" >/dev/null; then
0 commit comments