I'm tried updating the esp-idf but the problem remains.$ make menuconfig
/usr/bin/env: ‘python’: No such file or directory
make: *** No rule to make target 'check_python_dependencies', needed by 'menuconfig'. Stop.
When I run this:
Code: Select all
python2.7 -m pip install --user -r $IDF_PATH/requirements.txt
But this
Code: Select all
$ python -m pip install --user -r $IDF_PATH/requirements.txt
Code: Select all
-bash: python: command not found
PS I've double checked the IDF_PATH is correct.