up
This commit is contained in:
@@ -16,14 +16,12 @@ title="IDE's configuration"
|
|||||||
quarto install tinytex
|
quarto install tinytex
|
||||||
fi
|
fi
|
||||||
|
|
||||||
python3 -Im ipykernel install --user --name python-asdf --display-name "Python (asdf)"
|
|
||||||
|
|
||||||
# R
|
# R
|
||||||
Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org", lib=Sys.getenv("R_LIBS_USER"))'
|
sudo Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")'
|
||||||
Rscript -e 'IRkernel::installspec(user = TRUE)'
|
sudo Rscript -e 'IRkernel::installspec(user = FALSE)'
|
||||||
|
|
||||||
# Julia
|
# 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"
|
log "${title} done"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user