Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
isprogram
/
pyenv
kopie van
https://github.com/pyenv/pyenv.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Projects
0
Publicaties
241
Wiki
Activiteit
Bladeren bron
Added pypy3.5-portable-5.8.0
pull/932/head
Samuel Villamonte
9 jaren geleden
bovenliggende
ca00b8e2e9
commit
88e46c4b5a
1 gewijzigde bestanden
met
toevoegingen van 13
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+13
-0
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0
+ 13
- 0
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0
Bestand weergeven
@ -0,0 +1,13 @@
case "$(pypy_architecture 2>/dev/null || true)" in
"linux64" )
install_package "pypy3.5-5.8-beta-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.8-beta-linux_x86_64-portable.tar.bz2#https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.8-beta-linux_x86_64-portable.tar.bz2" "pypy" verify_py35 ensurepip
;;
* )
{ echo
colorize 1 "ERROR"
echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
;;
esac
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan