Search found 13 matches

by sheikhumar93
Mon Aug 13, 2018 7:44 am
Forum: ESP-IDF
Topic: Cannot build project in Eclipse due to Python installation
Replies: 5
Views: 6418

Re: Cannot build project in Eclipse due to Python installation

Yup, that was actually really stupid of me :D
Thanks
by sheikhumar93
Mon Aug 13, 2018 4:58 am
Forum: ESP-IDF
Topic: Cannot build project in Eclipse due to Python installation
Replies: 5
Views: 6418

Re: Cannot build project in Eclipse due to Python installation

Hi ESP_Angus thanks for the reply, I have added python2 directory after running

Code: Select all

which python2
to both PATH and PYTHONPATH env variables but it still says python2:command not found.
Screen Shot 2018-08-13 at 9.53.50 AM.png
Screen Shot 2018-08-13 at 9.53.50 AM.png (19.88 KiB) Viewed 6388 times
Screen Shot 2018-08-13 at 9.54.05 AM.png
Screen Shot 2018-08-13 at 9.54.05 AM.png (35.81 KiB) Viewed 6388 times
by sheikhumar93
Fri Aug 10, 2018 8:02 am
Forum: ESP-IDF
Topic: Cannot build project in Eclipse due to Python installation
Replies: 5
Views: 6418

Cannot build project in Eclipse due to Python installation

I have been trying to get ESP-IDF up and running on my macOS 10.13.6 system. I have successfully installed all the pre-requisites and am able to deploy the examples that come along with the IDF using the Terminal, but now I need an IDE from where I can go and write my own code, but I have been unabl...