Skip to content
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

.pam_environment is deprecated #16

Open
tuxPT opened this issue Nov 3, 2022 · 2 comments
Open

.pam_environment is deprecated #16

tuxPT opened this issue Nov 3, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@tuxPT
Copy link
Member

tuxPT commented Nov 3, 2022

Some distributions started to disabling .pam_environment by default. Possible candidate for substitution is the systemd environment.d

@tuxPT tuxPT added the bug Something isn't working label Nov 3, 2022
@andralves717
Copy link
Member

# set PATH so it includes user's private ~/.local/bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
fi

Can also be used

@tuxPT
Copy link
Member Author

tuxPT commented Nov 3, 2022

# set PATH so it includes user's private ~/.local/bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
fi

Can also be used

That is shell dependent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants