From da9392fd09f03f5ba459af8ae2c8b89e3bca5704 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Mon, 10 May 2021 04:39:45 +0300 Subject: [PATCH] Add a hint for cases when ~/.profile sources ~/.rc Our ~/.rc logic must run after the ~/.profile one --- libexec/pyenv-init | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libexec/pyenv-init b/libexec/pyenv-init index b4929547..f8f46a72 100755 --- a/libexec/pyenv-init +++ b/libexec/pyenv-init @@ -128,6 +128,10 @@ function help_() { ;; esac echo + echo '# If your ~/.profile sources '"${profile}"',' + echo '# the lines should be inserted before the part' + echo '# that does that.' + echo echo '# Make sure to restart your entire logon session' echo '# for changes to ~/.profile to take effect.' echo