Browse Source

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

pull/2839/head
native-api 10 months ago
committed by GitHub
parent
commit
fb2c65f149
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libexec/pyenv-init

+ 2
- 2
libexec/pyenv-init 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"'

Loading…
Cancel
Save