summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-05-19 22:28:49 -0400
committerkj_sh6042026-05-19 22:28:49 -0400
commitf31bfee9b635a1be2247e6eeb5d96ce748cdc7ce (patch)
treef67fc694ff082cabfc278b8f5f98de8d5ddbb10a
parent62ae076204efaa26b50ad40742f75a4425747910 (diff)
refactor: add terminfo
-rwxr-xr-xbuild-jupyterlab.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-jupyterlab.sh b/build-jupyterlab.sh
index d01e89b..66f3423 100755
--- a/build-jupyterlab.sh
+++ b/build-jupyterlab.sh
@@ -170,7 +170,7 @@ HERE="$(dirname "$SELF")"
CONDA="${HERE}/usr/lib/miniforge"
export PYTHONHOME="${CONDA}"
export PATH="${CONDA}/bin:${PATH}"
-export LD_LIBRARY_PATH="${CONDA}/lib:${LD_LIBRARY_PATH}"
+export TERMINFO_DIRS="${CONDA}/share/terminfo:/usr/share/terminfo:/lib/terminfo:/etc/terminfo"
exec "${CONDA}/bin/python3" "${CONDA}/bin/jupyter" "$@"
APPRUN_EOF
chmod +x "${APPDIR}/AppRun"