1
0
This commit is contained in:
2025-08-14 19:30:20 +02:00
parent f4ee546849
commit f218e3e5bc

View File

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