1
0
This commit is contained in:
2025-08-14 02:35:50 +02:00
parent 2e20710cb8
commit f036cbb710

View File

@@ -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"