Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
241
Wiki
Atividade
Ver código fonte
Fix pyenv-uninstall not having the debug tracing invocation (
#3020
)
pull/3022/head
native-api
2 anos atrás
committed by
GitHub
pai
adf3c2bccf
commit
cdd97d8c30
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG:
B5690EEEBB952194
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
plugins/python-build/bin/pyenv-uninstall
+ 1
- 0
plugins/python-build/bin/pyenv-uninstall
Ver arquivo
@ -11,6 +11,7 @@
# See `pyenv versions` for a complete list of installed versions.
#
set -e
[ -n "$PYENV_DEBUG" ] && set -x
# Provide pyenv completions
if [ "$1" = "--complete" ]; then
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar