From f036cbb71057beb3d3e6116f9949cfbbd2897125 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 14 Aug 2025 02:35:50 +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 574744a..240b26c 100644 --- a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl @@ -22,7 +22,7 @@ Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \ -e "IRkernel::installspec(user = TRUE, jupyter='/home/jeff/.asdf/installs/python/3.12.11/bin/jupyter')" - julia -e 'using Pkg; Pkg.add("IJulia")' + julia -e 'ENV["JUPYTER"]="/home/jeff/.asdf/installs/python/3.12.11/bin/jupyter"; using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")' log "Quarto install complete"