Skip to content

Commit

Permalink
feat: I do not like asdf very much anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 19, 2024
1 parent 29d253a commit 373726e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 373726e

Please sign in to comment.