Lines Matching full:path
48 echo " export IDF_PATH=(add path here)"
54 # convert possibly relative path to absolute
56 # resolve any ../ references to make the path shorter
59 # convert to full path and get the directory name of that
66 # IDF_PATH came from the environment, check if the path is valid
70 echo "If you have set IDF_PATH manually, check if the path is correct."
73 # Check if this path looks like an IDF directory
77 echo "If you have set IDF_PATH manually, check if the path is correct."
85 old_path="$PATH"
90 __verbose "Adding ESP-IDF tools to PATH..."
102 # Allow calling some IDF python tools without specifying the full path
108 export PATH="${IDF_ADD_PATHS_EXTRAS}:${PATH}"
112 path_prefix=${PATH%%${old_path}}
115 __verbose "Added the following directories to PATH:"
128 __verbose "Updated PATH variable:"
129 __verbose " ${PATH}"