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
240
Wiki
Attività
Sfoglia il codice sorgente
Style
pull/360/head^2
Sam Stephenson
15 anni fa
parent
b5d030bee7
commit
0c66f62c17
2 ha cambiato i file
con
3 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
bin/rbenv-rehash
+2
-2
bin/rbenv-versions
+ 1
- 1
bin/rbenv-rehash
Vedi File
@ -2,7 +2,7 @@
set -e
cd "$HOME/.rbenv/shims"
cd "$
{
HOME
}
/.rbenv/shims"
rm *
for file in ../versions/*/bin/*; do
+ 2
- 2
bin/rbenv-versions
Vedi File
@ -9,9 +9,9 @@ for path in ~/.rbenv/versions/*; do
version="${path##*/}"
if [ "$version" == "$RBENV_VERSION" ]; then
echo "* $
{
version
##*/}
"
echo "* $version"
else
echo " $
{
version
##*/}
"
echo " $version"
fi
fi
done
Scrivi
Anteprima
Caricamento…
Annulla
Salva