From fb2c65f149507c694b99abecd5f714e0368d4eb8 Mon Sep 17 00:00:00 2001 From: native-api Date: Sun, 12 Nov 2023 12:41:13 +0300 Subject: [PATCH] Make `pyenv init` output insertable to startup files (#2838) --- libexec/pyenv-init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/pyenv-init b/libexec/pyenv-init index 5ce275e1..a875bb31 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"'