Page 1 of 1

idf.py: command not found

Posted: Wed Sep 01, 2021 3:05 am
by MianQi
I used esp-idf in eclipse, I saw "idf,py" in tools directory and I had added it into PATH, but when I typed these "idf.py menuconfig" in terminal, it was prompted: "idf.py: command not found", why and how to fix it?

Re: idf.py: command not found

Posted: Wed Sep 01, 2021 8:43 am
by ESP_Roland
I will reply here in a short while: https://github.com/espressif/esp-idf/issues/7499

Re: idf.py: command not found

Posted: Thu Jul 25, 2024 4:30 am
by FlavioSouza
Before every idf.py menuconfig try run:

Code: Select all

cd ~/esp/esp-idf
./install.sh