Page 1 of 1

I am getting error on terminal when i type idf.py command. I am able to build and run the project on eclipse although.

Posted: Thu Apr 21, 2022 10:20 am
by shubham125
I am using linux machine and configured the esp-idf on eclipse. I successfully run the project and build them. When i tried to edit the menuconfig file via command line then i got "command not found" error when i typed the command "idf.py set-target esp32". What is wrong? Is it the environment variable or something else?
Also is there any way to edit the menuconfig from the eclipse?

Re: I am getting error on terminal when i type idf.py command. I am able to build and run the project on eclipse althoug

Posted: Thu Apr 21, 2022 10:37 am
by chegewara

Re: I am getting error on terminal when i type idf.py command. I am able to build and run the project on eclipse althoug

Posted: Thu Apr 21, 2022 1:43 pm
by shubham125
Thanks, It worked. My export path was wrong.