Yes, having some way to install adafruit-nrfutil in a subfolder rather than globally definitely seems like the way forward.
For stuff like ESP32 we do that and set up the path temporarily - then if someone wants to have it permanent without running the provision script at startup they can always copy the displayed paths into .bashrc/similar.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, having some way to install
adafruit-nrfutil
in a subfolder rather than globally definitely seems like the way forward.For stuff like ESP32 we do that and set up the path temporarily - then if someone wants to have it permanent without running the provision script at startup they can always copy the displayed paths into
.bashrc
/similar.