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 :"
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"'