up
This commit is contained in:
@@ -14,7 +14,6 @@ plugins=(
|
|||||||
['opam']='https://github.com/asdf-community/asdf-opam.git'
|
['opam']='https://github.com/asdf-community/asdf-opam.git'
|
||||||
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
||||||
['rust']='https://github.com/code-lever/asdf-rust.git'
|
['rust']='https://github.com/code-lever/asdf-rust.git'
|
||||||
['python']='https://github.com/asdf-community/asdf-python.git'
|
|
||||||
['julia']='https://github.com/rkyleg/asdf-julia.git'
|
['julia']='https://github.com/rkyleg/asdf-julia.git'
|
||||||
['r']='https://github.com/asdf-community/asdf-r.git'
|
['r']='https://github.com/asdf-community/asdf-r.git'
|
||||||
)
|
)
|
||||||
@@ -36,6 +35,12 @@ for plugin in ${!plugins[@]}; do
|
|||||||
asdf reshim ${plugin}
|
asdf reshim ${plugin}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
inf "installing python..."
|
||||||
|
asdf plugin add python https://github.com/asdf-community/asdf-python.git
|
||||||
|
asdf install python 3.12:latest
|
||||||
|
asdf set python 3.12:latest
|
||||||
|
asdf reshim
|
||||||
|
|
||||||
inf "initializing opam..."
|
inf "initializing opam..."
|
||||||
opam init -n
|
opam init -n
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
inf "Install python dependencies"
|
inf "Install python dependencies"
|
||||||
export ARGON2_CFFI_USE_SYSTEM=1
|
|
||||||
python3 -Im pip install jupyter jupyterlab ipykernel matplotlib plotly pandas
|
python3 -Im pip install jupyter jupyterlab ipykernel matplotlib plotly pandas
|
||||||
|
|
||||||
inf "Install Jupyter kernels"
|
inf "Install Jupyter kernels"
|
||||||
|
|||||||
Reference in New Issue
Block a user