For that purpose, I have this in my config:
if HOME + ".local/bin" not in os.environ["PATH"]:
os.environ["PATH"] = HOME + ".local/bin:{}".format(os.environ["PATH"])
https://github.com/ramnes/qtile-config/blob/master/config.py#L225-L226
--
Guillaume Gelin
--
You received this message because you are subscribed to the Google Groups
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.