mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 22:10:49 +00:00
Add a warning about needing to restart the entire login session
E.g. for a GUI session, ~/.profile is executed by the GUI login "shell" at its startup so one needs to fully log out and log back in. Before that, the change would only be seen by shells explicitly started as login shells.
This commit is contained in:
parent
3e3f40fefc
commit
aab562c696
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@ function help_() {
|
|||
;;
|
||||
esac
|
||||
echo
|
||||
echo '# Make sure to restart your entire logon session'
|
||||
echo '# for changes to ~/.profile to take effect.'
|
||||
echo
|
||||
} >&2
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue