From 796019707833fac38958607483eb485f354050d5 Mon Sep 17 00:00:00 2001 From: tkshnwesper Date: Fri, 28 Jun 2024 23:23:12 +0530 Subject: [PATCH] add missing `popd` --- osx/data/script | 1 + 1 file changed, 1 insertion(+) diff --git a/osx/data/script b/osx/data/script index 61580e9..07fcdbe 100755 --- a/osx/data/script +++ b/osx/data/script @@ -13,6 +13,7 @@ ABS_SCRIPT_PATH=$(cd "${SCRIPT_PATH}" && pwd) pushd "${SCRIPT_PATH}/venv/bin" # must be in current directory source activate +popd # setup the environment to not mess with the system export DYLD_FALLBACK_LIBRARY_PATH="${SCRIPT_PATH}/../lib:$DYLD_FALLBACK_LIBRARY_PATH"