-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
~/.local/bin/ is not in PATH by default, is that on purpose? #133
Comments
Which shell is it? Default or a custom? |
I have the same problem, using the default shell (bash) |
Can confirm, I have the same issue in the fresh install (r7.5). |
Fresh install, default shell |
Rebooting after exporting the binary seems to have automatically added it to PATH, but it would be great if a reboot would not be needed |
You do not need a reboot, just close and re-open the terminal. |
That did not work for me, only a reboot did |
Hi, |
I'm jumping in since I'm facing the same issue as @Apacelus! @dch82 that's interesting, but then why a reboot solved the issue for @Apacelus? It shouldn't have to.
So you're saying the distro maintainers are in control of the |
Can confirm on a fresh install, only reboot will add the local bin directory to PATH. Pretty annoying. |
You don't need to reboot, log out and log in will do. |
Reboot or logout, it still needs to be fixed. Just add the path to the default or at least warn the user when they install an app. They provide all kinds of other info about adding to bin, so a message about logout / reboot would be helpful. |
apx install git
.apx export --bin git
which added the binary to~/.local/bin/git
.When I run
git
in the terminal, the binary is not found.echo $PATH
returns/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
which doesnt include the
~/.local/bin/git
dir.Is this a bug or a feature?
The text was updated successfully, but these errors were encountered: