Hello,everyone,
I have successfully installed nrfutil using pip install nrfutil, but when I type nrfutil in the terminal, it shows -bash: nrfutil: command not found, how can I successfully use nrfutil?
Hello,everyone,
I have successfully installed nrfutil using pip install nrfutil, but when I type nrfutil in the terminal, it shows -bash: nrfutil: command not found, how can I successfully use nrfutil?
Hi,
Have you tried closing and opening the terminal before running nrfutil? You get this error if the executable is not found in the path. You can also try locating the executable (looks like this should be somewhere in ./Library/Python/2.7/lib/python/site-packages/nrfutil*) and run it from that directory.
Best regards,
Jørgen