up
This commit is contained in:
@@ -8,21 +8,21 @@
|
|||||||
|
|
||||||
log "Finalize quarto install"
|
log "Finalize quarto install"
|
||||||
|
|
||||||
# inf "Install tinytex"
|
inf "Install tinytex"
|
||||||
# if [[ $(command -v quarto) ]]; then
|
if [[ $(command -v quarto) ]]; then
|
||||||
# quarto install tinytex
|
quarto install tinytex
|
||||||
# fi
|
fi
|
||||||
#
|
|
||||||
# inf "Install python dependencies"
|
inf "Install python dependencies"
|
||||||
# python3 -m pip install jupyter jupyterlab ipykernel matplotlib plotly pandas
|
python3 -m pip install jupyter jupyterlab ipykernel matplotlib plotly pandas
|
||||||
#
|
|
||||||
# inf "Install Jupyter kernels"
|
inf "Install Jupyter kernels"
|
||||||
# python3 -m ipykernel install --user --name python-asdf --display-name "Python (asdf)"
|
python3 -m ipykernel install --user --name python-asdf --display-name "Python (asdf)"
|
||||||
#
|
|
||||||
# Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \
|
Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \
|
||||||
# -e "IRkernel::installspec(user = FALSE)"
|
-e "IRkernel::installspec(user = FALSE)"
|
||||||
#
|
|
||||||
# julia -e 'using Pkg; Pkg.add("IJulia")'
|
julia -e 'using Pkg; Pkg.add("IJulia")'
|
||||||
|
|
||||||
log "Quarto install complete"
|
log "Quarto install complete"
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,6 @@ install_devel() {
|
|||||||
go
|
go
|
||||||
nodejs
|
nodejs
|
||||||
npm
|
npm
|
||||||
python
|
|
||||||
rust
|
rust
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@@ -139,10 +138,6 @@ main() {
|
|||||||
"$ZSH" && install_zsh
|
"$ZSH" && install_zsh
|
||||||
"$LATEX" && install_latex
|
"$LATEX" && install_latex
|
||||||
"$IDE" && install_ide
|
"$IDE" && install_ide
|
||||||
if [[ $IDE == true ]]; then
|
|
||||||
configure_quarto
|
|
||||||
configure_jupyter_kernels
|
|
||||||
fi
|
|
||||||
|
|
||||||
## Install yay
|
## Install yay
|
||||||
if [[ ! $(command -v yay) ]]; then
|
if [[ ! $(command -v yay) ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user