Skip to content

Commit 18d7ece

Browse files
committed
listen I really dont know what Im doing
1 parent b8365ef commit 18d7ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ else
128128
PY3_VER=$($INSTALL_PYTHON_PATH --version | cut -d ' ' -f2)
129129
PYTHON_MAJOR_VER=$(echo "$PY3_VER" | cut -d'.' -f1)
130130
PYTHON_MINOR_VER=$(echo "$PY3_VER" | cut -d'.' -f2)
131-
echo "$($INSTALL_PYTHON_PATH --version)"
131+
echo $($INSTALL_PYTHON_PATH --version)
132132
fi
133133

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

0 commit comments

Comments
 (0)