From a167190d6c0a939465270b9dc5f34ff5d65ba1ec Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 23 Feb 2025 19:27:17 +0100 Subject: [PATCH] lint --- sh/python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/python.sh b/sh/python.sh index 44ea181..59773c7 100644 --- a/sh/python.sh +++ b/sh/python.sh @@ -9,6 +9,6 @@ rwx_python_venv() { local path="${1}" [ -d "${path}" ] || return 1 - export VIRTUAL_ENV="${path}" && \ + export VIRTUAL_ENV="${path}" && export PATH="${VIRTUAL_ENV}/bin:${PATH}" }