Ver a proveniência

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

pull/2839/head
native-api há 10 meses
committed by GitHub
ascendente
cometimento
fb2c65f149
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      libexec/pyenv-init

+ 2
- 2
libexec/pyenv-init Ver ficheiro

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

Carregando…
Cancelar
Guardar