Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
laullon authored Sep 27, 2023
1 parent 75c485d commit 5b64f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function detect_python(){
PYTHON_PATH=$(which python)
fi

echo "PYTHON_PATH: ${PYTHON_PATH}"
echo "${PYTHON_PATH}"
}

function detect_pip(){
Expand All @@ -204,7 +204,7 @@ function detect_pip(){
PIP_PATH=$(which pip)
fi

echo "PIP_PATH: ${PIP_PATH}"
echo "${PIP_PATH}"
}

# main()
Expand Down

0 comments on commit 5b64f30

Please sign in to comment.