Skip to content

Commit

Permalink
fix: use python 3.9 command
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 18, 2024
1 parent b7bbe22 commit 16116d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ install_version() {
# shellcheck source=./lib/utils.bash
source "${plugin_dir}/lib/get-python-39.bash"

python3 -m pip install --user pipx
python3 -m pipx ensurepath
python3.9-m pip install --user pipx
python3.9 -m pipx ensurepath

pipx install . --python 3.9

Expand Down

0 comments on commit 16116d7

Please sign in to comment.