Skip to content

Commit

Permalink
more tweaks for pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Feb 12, 2025
1 parent 5dc98f2 commit 898965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ if [ "$PROVISION_NRF52" = "1" ]; then
fi
# Because nrfutil doesn't support the latest version of python! Yay!
echo Installing nrfutil
sudo pipx install nrfutil --python ${which python3.8}
sudo pipx install nrfutil --python `which python3.8`
fi
ARM=1

Expand Down

0 comments on commit 898965b

Please sign in to comment.