up
This commit is contained in:
@@ -17,6 +17,8 @@ plugins=(
|
||||
['opam']='https://github.com/asdf-community/asdf-opam.git'
|
||||
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
||||
['rust']='https://github.com/code-lever/asdf-rust.git'
|
||||
['julia']='https://github.com/rkyleg/asdf-julia.git'
|
||||
['r']='https://github.com/asdf-community/asdf-r.git'
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -17,11 +17,11 @@ title="IDE's configuration"
|
||||
fi
|
||||
|
||||
# R
|
||||
sudo Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")'
|
||||
sudo Rscript -e 'IRkernel::installspec(user = FALSE)'
|
||||
Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")'
|
||||
Rscript -e 'IRkernel::installspec(user = TRUE)'
|
||||
|
||||
# Julia
|
||||
sudo julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")'
|
||||
julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")'
|
||||
|
||||
log "${title} done"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user