From 0ecb288b14aec912e6782d95f8e1f6b0a0c6ca6c Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 14 Aug 2025 12:55:09 +0200 Subject: [PATCH] up --- home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl index 153f962..2cdda5a 100644 --- a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl @@ -31,7 +31,7 @@ title="IDE's configuration" Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \ -e "Sys.setenv(JUPYTER=\"$JUPYTER_BIN\"); IRkernel::installspec(user = TRUE)" - julia -e 'ENV["JUPYTER"]="${JUPYTER_BIN}"; using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")' + julia -e 'ENV["JUPYTER"]="$JUPYTER_BIN"; using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")' # export PATH="$OLD_PATH" log "${title} done"