espressif / esptool

Espressif SoC serial bootloader utility
https://docs.espressif.com/projects/esptool
GNU General Public License v2.0
5.47k stars 1.36k forks source link

what does this mean "[directory] which is not on PATH" any why in CAPS? (ESPTOOL-304) #659

Closed mlohdael closed 2 years ago

mlohdael commented 2 years ago

Full output from esptool.py

this is the terminal response from "pip install esptool" pipinstallesptool.txt

What is the expected behaviour?

install script with no warnings

Do you have any other information from investigating this?

as you see everything seems to have installed fine, but i dont know what

Is there any other information you can think of which will help us reproduce this problem?

i am aware what a "file path" is but i dont know why it's capitalized abut it also uses the term "directory". just want to make sure this wont end up doing bricking my OS in some way. i am bad at that.

radimkarnis commented 2 years ago

Hello @mlohdael,

The PATH variable is an environment variable that contains an ordered list of paths that Linux will search for executables (python modules and packages) when running a command.

In your case, the /home/pi/.local/bin folders contains the pyserial-miniterm and pyserial-ports python modules, but isn't on PATH. There is nothing to worry about! If esptool works, you don't have to change anything.

Let me know if your installation works or not.

radimkarnis commented 2 years ago

I am closing this, it seems like it is not relevant anymore.