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"
|
||||
|
||||
|
||||
@@ -104,8 +104,8 @@ install_ide() {
|
||||
python-plotly
|
||||
jupyter-nbclient
|
||||
jupyter-nbformat
|
||||
r
|
||||
julia
|
||||
# r
|
||||
# julia
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user