Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
241
Wiki
Atividade
Ver código fonte
Fixed error message, PyPy3
pull/932/head
Samuel Villamonte
9 anos atrás
committed by
GitHub
pai
3314420f2e
commit
7a6cbbcd08
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0
+ 1
- 1
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0
Ver arquivo
@ -5,7 +5,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo ": Portable PyPy
3
is not available for $(pypy_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar