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'
['ruby']='https://github.com/asdf-vm/asdf-ruby.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'
['r']='https://github.com/asdf-community/asdf-r.git'
)
@@ -36,6 +35,12 @@ for plugin in ${!plugins[@]}; do
asdf reshim ${plugin}
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..."
opam init -n