Hello,
I installed nrfutil multiple times, rebooted my system (MacBook) but still when I type nrfutil on terminal it gives me the error "-bash: nrfutil: command not found".
Please help me, not sure how to fix it.
regards,
Arjun
Hello,
I installed nrfutil multiple times, rebooted my system (MacBook) but still when I type nrfutil on terminal it gives me the error "-bash: nrfutil: command not found".
Please help me, not sure how to fix it.
regards,
Arjun
Hi Arjun,
I assume you installed nrfutil with "pip install nrfutil"? If so, the location depends a bit on your python installation. You can find the location using "pip show nrfutil". If you want to be able to just type nrfutil on the command line, then you need to add that folder to your path.
Einar
Hi Arjun,
I assume you installed nrfutil with "pip install nrfutil"? If so, the location depends a bit on your python installation. You can find the location using "pip show nrfutil". If you want to be able to just type nrfutil on the command line, then you need to add that folder to your path.
Einar