From 1d6736e0c354451fd6f072bb7c145c3d5f7aba9f Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Wed, 9 Feb 2022 23:22:33 +0100 Subject: . --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b31756e..f140997 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ install_python_venv() { SHORT=${LONG//\./} PYTHON_BIN=$(command -v "python$LONG" || true) - if [ -n $PYTHON_BIN ]; then + if [ -n "$PYTHON_BIN" ]; then PYTHON_DIR=~/opt/python$SHORT PIP_BIN=$PYTHON_DIR/bin/pip$LONG -- cgit v1.2.3-70-g09d2