From df4ea7b56e2a83a9728b36685d12d4b3816387bc Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 12 Nov 2023 11:56:09 +0300 Subject: [PATCH] Make `pyenv init` output insertable to startup files --- libexec/pyenv-init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/pyenv-init b/libexec/pyenv-init index c1e0da7b..c6bb7115 100755 --- a/libexec/pyenv-init +++ b/libexec/pyenv-init @@ -160,8 +160,8 @@ function help_() { echo "$profile :" else echo - echo "${profile_explain:-$profile} (for login shells)" - echo "and $rc (for interactive shells) :" + echo "# ${profile_explain:-$profile} (for login shells)" + echo "# and $rc (for interactive shells) :" fi echo echo 'export PYENV_ROOT="$HOME/.pyenv"'