diff --git a/libexec/pyenv-init b/libexec/pyenv-init index 22e1da02..0f06c706 100755 --- a/libexec/pyenv-init +++ b/libexec/pyenv-init @@ -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 }