From 3ab941fc742539bcd406042d02453c6da91d370e Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 14 Aug 2025 01:40:00 +0200 Subject: [PATCH] up --- home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 85ac186..203978b 100644 --- a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl @@ -14,10 +14,11 @@ fi inf "Install python dependencies" - python3 -m pip install jupyter jupyterlab ipykernel matplotlib plotly pandas + env ARGON2_CFFI_USE_SYSTEM=1 + python3 -Im pip install jupyter jupyterlab ipykernel matplotlib plotly pandas inf "Install Jupyter kernels" - python3 -m ipykernel install --user --name python-asdf --display-name "Python (asdf)" + python3 -Im ipykernel install --user --name python-asdf --display-name "Python (asdf)" Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \ -e "IRkernel::installspec(user = FALSE)"