Skip to content

Commit 2e134e5

Browse files
committed
debug
1 parent 47967cb commit 2e134e5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +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 "$PY3_VER"
132-
echo "$PYTHON_MAJOR_VER"
133-
echo "$PYTHON_MINOR_VER"
131+
echo "$INSTALL_PYTHON_PATH --version"
134132
fi
135133

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

setup-poetry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ while getopts c:h flag; do
2323
exit 0
2424
;;
2525
*)
26-
echo "temp"
26+
echo
2727
usage
2828
exit 1
2929
;;

0 commit comments

Comments
 (0)