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
v20160310
pull/556/head
Josh Friend
10 anni fa
parent
74d5dba06a
commit
8ef30d9e4d
2 ha cambiato i file
con
6 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+5
-0
CHANGELOG.md
+1
-1
libexec/pyenv---version
+ 5
- 0
CHANGELOG.md
Vedi File
@ -1,5 +1,10 @@
## Version History
## 20160310
* python-build: Add PyPy-5.0.0 (#555)
* pyenv: Import recent changes from rbenv 1.0 (#549)
## 20160303
* python-build: Add anaconda[23]-2.5.0 (#543)
+ 1
- 1
libexec/pyenv---version
Vedi File
@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="201
60303
"
version="201
50310
"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
Scrivi
Anteprima
Caricamento…
Annulla
Salva