diff --git a/base-notebook/start.sh b/base-notebook/start.sh index a0a70c43..cbebbb13 100755 --- a/base-notebook/start.sh +++ b/base-notebook/start.sh @@ -144,7 +144,7 @@ if [ "$(id -u)" == 0 ] ; then echo "Running as ${NB_USER}:" "${cmd[@]}" exec sudo --preserve-env --set-home --user "${NB_USER}" \ - PATH="${PATH}" XDG_CACHE_HOME="/home/${NB_USER}/.cache" \ + PATH="${PATH}" \ PYTHONPATH="${PYTHONPATH:-}" \ "${cmd[@]}"