mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Make pyenv init
output insertable to startup files (#2838)
This commit is contained in:
parent
087793a660
commit
fb2c65f149
1 changed files with 2 additions and 2 deletions
|
@ -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"'
|
||||
|
|
Loading…
Reference in a new issue