1
0
This commit is contained in:
2025-08-14 01:58:59 +02:00
parent 06f5c160f1
commit 640efe03aa
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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"