Make pyenv init output insertable to startup files

This commit is contained in:
Ivan Pozdeev 2023-11-12 11:56:09 +03:00
parent 63c471d020
commit df4ea7b56e

View File

@ -160,8 +160,8 @@ function help_() {
echo "$profile :" echo "$profile :"
else else
echo echo
echo "${profile_explain:-$profile} (for login shells)" echo "# ${profile_explain:-$profile} (for login shells)"
echo "and $rc (for interactive shells) :" echo "# and $rc (for interactive shells) :"
fi fi
echo echo
echo 'export PYENV_ROOT="$HOME/.pyenv"' echo 'export PYENV_ROOT="$HOME/.pyenv"'