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"