Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
isprogram
/
pyenv
réplica de
https://github.com/pyenv/pyenv.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Projects
0
Lanzamientos
241
Wiki
Actividad
Explorar el Código
Autocreate ~/.rbenv skeleton in rbenv-init
pull/360/head^2
Sam Stephenson
hace 15 años
padre
4ee92fca43
commit
f84dc27c58
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
libexec/rbenv-init
+ 3
- 0
libexec/rbenv-init
Ver fichero
@ -50,6 +50,9 @@ if [ -z "$print" ]; then
exit 1
fi
mkdir -p "${HOME}/.rbenv/{shims,versions}"
[ -e "${HOME}/.rbenv/default" ] || echo system > "${HOME}/.rbenv/default"
echo 'export PATH="${HOME}/.rbenv/shims:${PATH}"'
if [ "$shell" = "bash" ]; then
Escribir
Vista previa
Cargando…
Cancelar
Guardar