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 expansion quoting
pull/360/head^2
Sam Stephenson
15 anni fa
parent
9f18fe5031
commit
2fa7432060
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
libexec/rbenv-init
+ 1
- 1
libexec/rbenv-init
Vedi File
@ -50,7 +50,7 @@ if [ -z "$print" ]; then
exit 1
fi
mkdir -p "${HOME}/.rbenv/{shims,versions}
"
mkdir -p "${HOME}/.rbenv/
"
{shims,versions}
echo 'export PATH="${HOME}/.rbenv/shims:${PATH}"'
Scrivi
Anteprima
Caricamento…
Annulla
Salva