1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 05:23:47 -05:00

Make pyenv init output insertable to startup files (#2838)

This commit is contained in:
native-api
2023-11-12 12:41:13 +03:00
committed by GitHub
parent 087793a660
commit fb2c65f149

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