From f218e3e5bcc99ddad27520c9185c73d008e3ee4c Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 14 Aug 2025 19:30:20 +0200 Subject: [PATCH] up --- .../run_once_after_30-quarto-config.sh.tmpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 681b0eb..540a405 100644 --- a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl @@ -16,14 +16,12 @@ title="IDE's configuration" quarto install tinytex fi - python3 -Im ipykernel install --user --name python-asdf --display-name "Python (asdf)" - # R - Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org", lib=Sys.getenv("R_LIBS_USER"))' - Rscript -e 'IRkernel::installspec(user = TRUE)' + sudo Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")' + sudo Rscript -e 'IRkernel::installspec(user = FALSE)' # Julia - julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")' + sudo julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")' log "${title} done"