Comment 15 for bug 1588562

Revision history for this message
Adrian Wilkins (adrian-wilkins) wrote :

This bug seems to be back ; noticed today when my shell can't find `packer` or any of the other lovely devops tools that have no packages and are just monolithic blobs I download to `~/.local/bin`

For now I'll fix it by adding

    export PATH="$(systemd-path user-binaries):$PATH"

to my .bashrc file...