Parcourir la source

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.
pull/1898/head
Ivan Pozdeev il y a 3 ans
Parent
révision
aab562c696
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      libexec/pyenv-init

+ 3
- 0
libexec/pyenv-init Voir le fichier

@ -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
}

Chargement…
Annuler
Enregistrer