forked from espressif/esp-idf
feat(tools): Inform user about IDF_PATH set/change in install/export scripts
This commit is contained in:
@ -7,6 +7,8 @@ basedir=$(dirname "$0")
|
||||
IDF_PATH=$(cd "${basedir}"; pwd -P)
|
||||
export IDF_PATH
|
||||
|
||||
echo "INFO: Using IDF_PATH '${IDF_PATH}' for installation."
|
||||
|
||||
echo "Detecting the Python interpreter"
|
||||
. "${IDF_PATH}/tools/detect_python.sh"
|
||||
|
||||
|
Reference in New Issue
Block a user