From 5b64f30c3b52a60153948792f5aa598cb1d9f8ea Mon Sep 17 00:00:00 2001 From: German Laullon Date: Wed, 27 Sep 2023 12:46:17 +0200 Subject: [PATCH] Update install.sh --- sh/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/install.sh b/sh/install.sh index df789ee..7c53310 100755 --- a/sh/install.sh +++ b/sh/install.sh @@ -188,7 +188,7 @@ function detect_python(){ PYTHON_PATH=$(which python) fi - echo "PYTHON_PATH: ${PYTHON_PATH}" + echo "${PYTHON_PATH}" } function detect_pip(){ @@ -204,7 +204,7 @@ function detect_pip(){ PIP_PATH=$(which pip) fi - echo "PIP_PATH: ${PIP_PATH}" + echo "${PIP_PATH}" } # main()