For other reasons I have installed Linux Mint in a new disk partition and setting everything up again.
I’ve come to installing ESPHome on my desktop PC, and found a couple of “gaps” in the documentation. Specifically
- Having checked that python3 is installed, instructions immediately use pip3 which has not been installed.
- “You can go ahead and install ESPHome:” sounds as though they do not know already that it will give the externally-managed-environment error message well out of the ability of any noob (or myself) to understand, let alone know how to resolve. The cautions say what not to do, when users really just want to know what they should do.
Now, I know that I previously have used ESPHome on my PC under Ubuntu and so i must have resolved this, but it was probably one of the methods I should not do.
Can anyone advise how one should install ESPHome ? Is ESPHome a “non-Debian packaged Python application” ? If so, is the python3-full method or the pipx method better ? or should I just install system-wide ?