Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
pyenv
mirror da
https://github.com/pyenv/pyenv.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
241
Wiki
Attività
Sfoglia il codice sorgente
Fix pyenv-uninstall not having the debug tracing invocation (
#3020
)
pull/3022/head
native-api
2 anni fa
committed by
GitHub
parent
adf3c2bccf
commit
cdd97d8c30
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
B5690EEEBB952194
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
plugins/python-build/bin/pyenv-uninstall
+ 1
- 0
plugins/python-build/bin/pyenv-uninstall
Vedi File
@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva