@Lakini I can habdle env.vars OK, but the point is, why does Py install tremendous amount of stuff into a location like:
C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts
ā¦and dares then to nag that to such path there are no path variables set?
It just does not seem to make sense, especially, when along that path there is one folder called ācacheā, and i doubt that in general many pieces of software intended to stay in use for longer period of time purposedly installs their code in folder named caches or temps or alike?
So, this makes me think there actually IS no sense to this and there probably is something wrong. Or the Py installer jus is crap.
Error messages:
WARNING: The script tabulate.exe is installed in 'C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts pyserial-miniterm.exe and pyserial-ports.exe are installed in 'C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts alldefconfig.exe, allmodconfig.exe, allnoconfig.exe, allyesconfig.exe, defconfig.exe, genconfig.exe, guiconfig.exe, listnewconfig.exe, menuconfig.exe, oldconfig.exe, olddefconfig.exe, savedefconfig.exe and setconfig.exe are installed in 'C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script normalizer.exe is installed in 'C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script async-json-rpc-server.exe is installed in 'C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script uvicorn.exe is installed in 'C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts pio.exe, piodebuggdb.exe and platformio.exe are installed in 'C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts espefuse.exe, espsecure.exe and esptool.exe are installed in 'C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script esphome.exe is installed in 'C:\Users\SystemLord\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Especially, when the target folder as a last directory in the path is āScriptsā. There is an environment variable defined palce for āScriptsā and files
and
Shouldnāt the files be there? Those are te paths the installer made and yet, e.g. folder
C:\Program Files\Python310\
does not even exist?