From 640efe03aadd67937bed294fb2c528678e48b24a Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 14 Aug 2025 01:58:59 +0200 Subject: [PATCH] up --- .../run_once_after_10-install-asdf-plugins.sh.tmpl | 7 ++++++- .../run_once_after_30-quarto-config.sh.tmpl | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl index 4e6d16d..cd20c5d 100644 --- a/home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl @@ -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 diff --git a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl index fef584c..e1b52d9 100644 --- a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl @@ -14,7 +14,6 @@ fi inf "Install python dependencies" - export ARGON2_CFFI_USE_SYSTEM=1 python3 -Im pip install jupyter jupyterlab ipykernel matplotlib plotly pandas inf "Install Jupyter kernels"