diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-02-09 23:22:33 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-02-09 23:22:33 +0100 |
| commit | 1d6736e0c354451fd6f072bb7c145c3d5f7aba9f (patch) | |
| tree | 038811b3ec8a1fa5c771935600332b82a7b710e2 /install.sh | |
| parent | defd3c898817055c37b00f65b549e5d816cec395 (diff) | |
.
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
