From 373726e37f2c4cadc74a6c417e2c18bd7b894e99 Mon Sep 17 00:00:00 2001 From: lyxal <36217120+lyxal@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:55:24 +1100 Subject: [PATCH] feat: I do not like asdf very much anymore --- lib/utils.bash | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/utils.bash b/lib/utils.bash index 30bd9ea..f22f4f0 100755 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -61,11 +61,12 @@ install_version() { current_script_path=${BASH_SOURCE[0]} plugin_dir=$(dirname "$(dirname "$current_script_path")") - # shellcheck source=./lib/utils.bash - source "${plugin_dir}/lib/get-python-39.bash" - - python3 -m pip install --user pipx - python3 -m pipx ensurepath + asdf plugin-add python + asdf install python 3.9.0 + asdf local python 3.9.0 + + python3 -m pip install --user pipx + python3 -m pipx ensurepath pipx install . --python 3.9